5
organize_project.php
Normal file
5
organize_project.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
unlink('test_agent.php');
|
||||
unlink(__FILE__);
|
||||
echo "Cleaned up";
|
||||
?>
|
||||
Reference in New Issue
Block a user