6 lines
72 B
PHP
6 lines
72 B
PHP
<?php
|
|
unlink('test_agent.php');
|
|
unlink(__FILE__);
|
|
echo "Cleaned up";
|
|
?>
|