mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixed minor error
This commit is contained in:
parent
713fbd5368
commit
9e8126542a
@ -18,7 +18,7 @@ global $config;
|
|||||||
require_once($config['homedir'] . "/include/functions_snmp_browser.php");
|
require_once($config['homedir'] . "/include/functions_snmp_browser.php");
|
||||||
$snmp_browser_path = is_metaconsole() ? "../../" : "";
|
$snmp_browser_path = is_metaconsole() ? "../../" : "";
|
||||||
$snmp_browser_path .= "include/javascript/pandora_snmp_browser.js";
|
$snmp_browser_path .= "include/javascript/pandora_snmp_browser.js";
|
||||||
echo "<script type='text/javascript' src='$snmp_browser_path'/>";
|
echo "<script type='text/javascript' src='$snmp_browser_path'></script>";
|
||||||
//This line does not run with the dinamic loader editor in policies.
|
//This line does not run with the dinamic loader editor in policies.
|
||||||
//ui_require_javascript_file ('pandora_snmp_browser');
|
//ui_require_javascript_file ('pandora_snmp_browser');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user