Files
doormile-site/organize_project.php

6 lines
72 B
PHP

<?php
unlink('test_agent.php');
unlink(__FILE__);
echo "Cleaned up";
?>