fix for new schema namespace
This commit is contained in:
parent
dfd1748810
commit
618c9604e0
|
@ -20,6 +20,7 @@ function app_session_start() {
|
||||||
if (session_id() != null) return;
|
if (session_id() != null) return;
|
||||||
include_once '../../../../lib/config.inc';
|
include_once '../../../../lib/config.inc';
|
||||||
include_once '../../../../lib/ldap.inc';
|
include_once '../../../../lib/ldap.inc';
|
||||||
|
include_once '../../../../lib/schema.inc';
|
||||||
startSecureSession();
|
startSecureSession();
|
||||||
enforceUserIsLoggedIn();
|
enforceUserIsLoggedIn();
|
||||||
$config_file = CONFDIR.'config.php';
|
$config_file = CONFDIR.'config.php';
|
||||||
|
|
Loading…
Reference in New Issue