Refactored asset and location

This commit is contained in:
2023-03-04 14:55:07 +01:00
parent 32bd592098
commit 7cfcaeb9d7
21 changed files with 494 additions and 219 deletions

View File

@@ -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