mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Changed require for include
This commit is contained in:
parent
58f0ccae77
commit
d0c1d5eede
@ -282,7 +282,7 @@ if (check_acl ($config['id_user'], 0, "ER")
|
||||
$sub["operation/events/event_statistics"]["id"] = 'Statistics';
|
||||
|
||||
//RSS
|
||||
require_once ('include/functions_api.php');
|
||||
include_once ('include/functions_api.php');
|
||||
if (isInACL($_SERVER['REMOTE_ADDR'])) {
|
||||
$pss = get_user_info($config['id_user']);
|
||||
$hashup = md5($config['id_user'].$pss['password']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user