mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 17:29:10 +00:00
This might fix #193
This commit is contained in:
parent
66eb734917
commit
eb33ff5323
1 changed files with 5 additions and 2 deletions
|
@ -8,6 +8,9 @@
|
||||||
|
|
||||||
require_once('config.php');
|
require_once('config.php');
|
||||||
|
|
||||||
|
if (isset($NEL_SETUP_SESSION) && ($NEL_SETUP_SESSION))
|
||||||
|
define('NELTOOL_NO_USER_NEEDED', true);
|
||||||
|
|
||||||
require_once(NELTOOL_SYSTEMBASE .'functions_common.php');
|
require_once(NELTOOL_SYSTEMBASE .'functions_common.php');
|
||||||
require_once(NELTOOL_SYSTEMBASE .'functions_auth.php');
|
require_once(NELTOOL_SYSTEMBASE .'functions_auth.php');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue