This might fix #193
This commit is contained in:
parent
c9b3d84f4c
commit
778a55d022
1 changed files with 5 additions and 2 deletions
|
@ -8,6 +8,9 @@
|
|||
|
||||
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_auth.php');
|
||||
|
||||
|
|
Loading…
Reference in a new issue