sorry im too tired to write a git log so just know that i did some shit to sts okay? thanks! <3

This commit is contained in:
whotookelburg 2023-02-24 08:28:19 +00:00
parent b201dbfc75
commit 8f0b94bd6c
8 changed files with 135 additions and 7 deletions

View file

@ -1,6 +1,7 @@
<?php
<?php require 'src/loadEnv.php';
if(!$_GET && !$_POST){
http_response_code(400);
include 'src/debug/dumpSuperGlobals.php';
die;
}
if($_GET['content']=='aboutserver'){
@ -12,5 +13,7 @@
echo $out;
echo '</body></html>';
die;
}else{
include 'src/debug/dumpSuperGlobals.php';
}
?>