Refactored asset and location
This commit is contained in:
@@ -16,7 +16,11 @@ if (empty($_SESSION['suser_id'])) {
|
||||
header("Location: login.php");
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
// required config vars, may be overwritten later
|
||||
$config_auth_ldap = false;
|
||||
$config_ext = array();
|
||||
|
||||
include("config.php");
|
||||
|
||||
// connect to database
|
||||
|
||||
Reference in New Issue
Block a user