| | |
| | | |
| | | require_once('../../lib/config.inc.php'); |
| | | require_once('../../lib/app.inc.php'); |
| | | require_once('tools.inc.php'); |
| | | |
| | | /* Check permissions for module */ |
| | | $app->auth->check_module_permissions('monitor'); |
| | |
| | | Attention: the core-module ist triggered every 5 minutes, |
| | | so reload every 2 minutes is impossible! |
| | | */ |
| | | $refresh = (isset($_GET["refresh"]))?intval($_GET["refresh"]):0; |
| | | $refresh = (isset($_GET["refresh"]))?$app->functions->intval($_GET["refresh"]):0; |
| | | |
| | | $refresh_values = array('0' => '- '.$app->lng("No Refresh").' -','5' => '5 '.$app->lng("minutes"),'10' => '10 '.$app->lng("minutes"),'15' => '15 '.$app->lng("minutes"),'30' => '30 '.$app->lng("minutes"),'60' => '60 '.$app->lng("minutes")); |
| | | $tmp = ''; |
| | |
| | | /* |
| | | * Finish all html's |
| | | */ |
| | | $html_ve .= '</div></div></div>'; |
| | | $html_server .= '<div>##VE_INFO##</div></div></div></div>'; |
| | | $html_verbose .= '</div></div></div>'; |
| | | $html_ve .= '</div></div>'; |
| | | $html_server .= '<div>##VE_INFO##</div></div></div>'; |
| | | $html_verbose .= '</div></div>'; |
| | | |
| | | /* |
| | | * create and return the result |