ready to go
This commit is contained in:
@ -81,7 +81,7 @@ $meta = '
|
||||
$css = '<link href="/monitor.css" rel="stylesheet" type="text/css">';
|
||||
|
||||
// URL deines Webinterface
|
||||
$monitordomain = "http://monitor.fire-devils.org";
|
||||
$monitordomain = "https://monitor.fire-devils.org";
|
||||
$monitoremail = "monitor@fire-devils.org";
|
||||
|
||||
// Login Info Text
|
||||
@ -96,18 +96,18 @@ $template_dir = '_html/';
|
||||
$update_adresse_monrc = 1;
|
||||
|
||||
// IP Bereich fr auto Login
|
||||
$ip_start = '192.168.1.2';
|
||||
$ip_start = '192.168.1.82';
|
||||
$ip_ende = '192.168.1.250';
|
||||
|
||||
// UserID für IP
|
||||
$ip_users = array(
|
||||
"192.168.1.81" => 1,
|
||||
"192.168.1.82" => 1,
|
||||
"192.168.1.21" => 1,
|
||||
"192.168.1.38" => 1,
|
||||
);
|
||||
|
||||
// Alarmmails enable/disable
|
||||
$amenable = 0;
|
||||
$amenable = 1;
|
||||
|
||||
// Pm Funktion
|
||||
$pmenable = 1;
|
||||
@ -345,3 +345,11 @@ if( $_SERVER["SCRIPT_NAME"] == "/index.php" ) {
|
||||
} else {
|
||||
$body_html = '<body>';
|
||||
}
|
||||
|
||||
// PHP 7 compatibility
|
||||
if (!isset($show_to_edit)) $show_to_edit="";
|
||||
if (!isset($page_middle)) $page_middle="";
|
||||
if (!isset($java_script)) $java_script="";
|
||||
if (!isset($nav_org_filter)) $nav_org_filter="";
|
||||
if (!isset($nav_filter)) $nav_filter="";
|
||||
if (!isset($show_all)) $show_all="";
|
Reference in New Issue
Block a user