test
This commit is contained in:
@@ -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__;
|
||||
Reference in New Issue
Block a user