Revert "paths are changed"

This reverts commit 976cbf39ed.
This commit is contained in:
2026-04-07 18:03:41 +05:30
parent 976cbf39ed
commit c5d80ec918
215 changed files with 102566 additions and 24890 deletions

5
organize_project.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
unlink('test_agent.php');
unlink(__FILE__);
echo "Cleaned up";
?>