mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-14 17:21:35 +01:00
fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
if (isset($_GET['logout'])){session_start(); session_destroy();} //Logout
|
||||
if (!file_exists(dirname(__FILE__).'/config/config.php')){
|
||||
die('Not configured yet');
|
||||
if (!file_exists(__DIR__ .'/config/config.php')){
|
||||
header('location: install.php');
|
||||
}
|
||||
require_once 'functions.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user