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:
parent
b201dbfc75
commit
8f0b94bd6c
8 changed files with 135 additions and 7 deletions
|
@ -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';
|
||||
}
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue