init commit

This commit is contained in:
rainbow napkin 2025-03-20 07:17:50 -04:00
commit 87952f36ff
8 changed files with 1910 additions and 0 deletions

3
public/end.php Normal file
View file

@ -0,0 +1,3 @@
<?php
file_put_contents("status.json", json_encode(array("status"=>"offair")));
?>