Files
panel/front/test.php
2026-02-28 18:53:26 +01:00

18 lines
302 B
PHP
Executable File

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