mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-02-21 04:58:34 -05:00
Fixup of config detection in admin
This commit is contained in:
parent
7b1f290a88
commit
7f3c7cbd37
@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
if (!file_exists("config.php"))
|
if (!file_exists("../config.php"))
|
||||||
{
|
{
|
||||||
require_once("../install.php");
|
header("Location: ../");
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
require_once("../config.php");
|
require_once("../config.php");
|
||||||
|
Loading…
Reference in New Issue
Block a user