This commit is contained in:
2026-02-28 18:53:26 +01:00
parent 9eb7740027
commit d28f171263
11 changed files with 30 additions and 22 deletions

View File

@@ -3,15 +3,16 @@ ini_set("display_errors", 1);
ini_set("display_startup_errors", 1);
error_reporting(E_ALL);
/*foreach ($_SERVER as $key => $value) {
foreach ($_SERVER as $key => $value) {
echo $key . " = " . $value . "<br>";
}*/
}
/*require "../main.php";
/*
require "../main.php";
$mcServ = new mcServ();
echo $mcServ->checkApiAuth() ? "TRUE" : "FALSE";
*/
echo __DIR__;
//echo __DIR__;