Fixed call a oracle function.

(cherry picked from commit 66f982d22f)
This commit is contained in:
mdtrooper 2015-06-23 15:27:58 +02:00
parent 83a88d7a91
commit d0a0b11440
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
global $config; global $config;
require_once ($config['homedir'] . '/include/functions_custom_graphs.php'); require_once ($config['homedir'] . '/include/functions_custom_graphs.php');
require_once ($config['homedir'] . '/include/db/oracle.php');
// Login check // Login check
check_login (); check_login ();