Add tailadmin

This commit is contained in:
2026-02-20 14:48:15 +01:00
parent 4b4a46225f
commit a8df1d61d5
70 changed files with 30775 additions and 8 deletions

View File

@@ -7,8 +7,11 @@ error_reporting(E_ALL);
echo $key . " = " . $value . "<br>";
}*/
require "../main.php";
/*require "../main.php";
$mcServ = new mcServ();
echo $mcServ->checkApiAuth() ? "TRUE" : "FALSE";
*/
echo __DIR__;