Add API keys and server list api
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
<?php
|
||||
foreach ($_SERVER as $key => $value) {
|
||||
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";
|
||||
|
||||
Reference in New Issue
Block a user