10 lines
134 B
PHP
10 lines
134 B
PHP
<?php
|
|
require "../api.php";
|
|
|
|
$api = new mcServApi();
|
|
|
|
if (!$api->checkAuth()) {
|
|
die('{"status":500, "error":"Unauthorized"}');
|
|
}
|
|
|