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