Continue Setup
This commit is contained in:
@@ -10,11 +10,15 @@
|
||||
* By RootMarc
|
||||
*/
|
||||
|
||||
require "main.php";
|
||||
require "../main.php";
|
||||
|
||||
$mcServ = new mcServ();
|
||||
|
||||
if (!$mcServ->checkConf()) {
|
||||
header("Location: /setup.html");
|
||||
exit;
|
||||
}
|
||||
|
||||
if (!$mcServ->checkLogin()) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user