This might fix #193

This commit is contained in:
kaetemi 2014-09-06 21:25:07 +02:00
parent c9b3d84f4c
commit 778a55d022

View file

@ -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');