mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
2013-06-20 Miguel de Dios <miguel.dedios@artica.es>
* godmode/events/events.php, operation/netflow/nf_live_view.php: fixed the hook to call a enterprise function. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8360 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ec07035f45
commit
23d36cbf5c
@ -1,3 +1,8 @@
|
|||||||
|
2013-06-20 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* godmode/events/events.php, operation/netflow/nf_live_view.php:
|
||||||
|
fixed the hook to call a enterprise function.
|
||||||
|
|
||||||
2013-06-20 Miguel de Dios <miguel.dedios@artica.es>
|
2013-06-20 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/graphs/pChart/pPie.class.php, include/graphs/fgraph.php:
|
* include/graphs/pChart/pPie.class.php, include/graphs/fgraph.php:
|
||||||
|
@ -86,7 +86,7 @@ switch ($section) {
|
|||||||
|
|
||||||
include_once($config["homedir"] . '/include/functions_events.php');
|
include_once($config["homedir"] . '/include/functions_events.php');
|
||||||
|
|
||||||
open_meta_frame();
|
enterprise_hook('open_meta_frame');
|
||||||
|
|
||||||
switch($section) {
|
switch($section) {
|
||||||
case 'edit_filter':
|
case 'edit_filter':
|
||||||
@ -103,6 +103,5 @@ switch($section) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
close_meta_frame();
|
enterprise_hook('close_meta_frame');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -159,7 +159,7 @@ if (isset($config['netflow_disable_custom_lvfilters'])) {
|
|||||||
$netflow_disable_custom_lvfilters = $config['netflow_disable_custom_lvfilters'];
|
$netflow_disable_custom_lvfilters = $config['netflow_disable_custom_lvfilters'];
|
||||||
}
|
}
|
||||||
|
|
||||||
open_meta_frame();
|
enterprise_hook('open_meta_frame');
|
||||||
|
|
||||||
echo '<form method="post" action="' . $config['homeurl'] . 'index.php?sec=netf&sec2=operation/netflow/nf_live_view&pure='.$pure.'">';
|
echo '<form method="post" action="' . $config['homeurl'] . 'index.php?sec=netf&sec2=operation/netflow/nf_live_view&pure='.$pure.'">';
|
||||||
echo "<table class='databox' width='99%'>";
|
echo "<table class='databox' width='99%'>";
|
||||||
@ -381,7 +381,7 @@ if ($draw != '') {
|
|||||||
$max_aggregates, $connection_name);
|
$max_aggregates, $connection_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
close_meta_frame();
|
enterprise_hook('close_meta_frame');
|
||||||
|
|
||||||
ui_require_jquery_file ("ui-timepicker-addon");
|
ui_require_jquery_file ("ui-timepicker-addon");
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user