mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
#11926 Fixed requires
This commit is contained in:
parent
4ea18a1530
commit
aa39f2eac2
@ -26,20 +26,14 @@
|
|||||||
* ============================================================================
|
* ============================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
require_once $config['homedir'].'/include/config.php';
|
|
||||||
require_once $config['homedir'].'/include/functions_reporting.php';
|
|
||||||
require_once $config['homedir'].'/include/functions_modules.php';
|
|
||||||
*/
|
|
||||||
require_once '../include/config.php';
|
|
||||||
require_once '../include/functions_agents.php';
|
|
||||||
require_once '../include/functions_reporting.php';
|
|
||||||
require_once '../include/functions_modules.php';
|
|
||||||
require_once '../include/functions_users.php';
|
|
||||||
|
|
||||||
global $config;
|
global $config;
|
||||||
|
|
||||||
|
require_once $config['homedir'].'/include/config.php';
|
||||||
|
require_once $config['homedir'].'/include/functions_agents.php';
|
||||||
|
require_once $config['homedir'].'/include/functions_reporting.php';
|
||||||
|
require_once $config['homedir'].'/include/functions_modules.php';
|
||||||
|
require_once $config['homedir'].'/include/functions_users.php';
|
||||||
|
|
||||||
check_login();
|
check_login();
|
||||||
|
|
||||||
// ACL Check.
|
// ACL Check.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user