2011-07-19 Sergio Martin <sergio.martin@artica.es>
* godmode/admin_access_logs.php: Deleted old include of graph engine git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4588 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
700d6996dd
commit
b3f54e926c
|
@ -1,3 +1,8 @@
|
|||
2011-07-19 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/admin_access_logs.php: Deleted old include
|
||||
of graph engine
|
||||
|
||||
2011-07-19 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_networkmap.php
|
||||
|
|
|
@ -17,10 +17,6 @@
|
|||
|
||||
global $config;
|
||||
|
||||
if ($config['flash_charts']) {
|
||||
require_once ("include/fgraph.php");
|
||||
}
|
||||
|
||||
require_once ($config["homedir"] . '/include/functions_graph.php');
|
||||
|
||||
check_login ();
|
||||
|
|
Loading…
Reference in New Issue