fix for new schema namespace

This commit is contained in:
Roland Gruber 2018-02-24 15:14:36 +01:00
parent dfd1748810
commit 618c9604e0
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ function app_session_start() {
if (session_id() != null) return;
include_once '../../../../lib/config.inc';
include_once '../../../../lib/ldap.inc';
include_once '../../../../lib/schema.inc';
startSecureSession();
enforceUserIsLoggedIn();
$config_file = CONFDIR.'config.php';