diff --git a/html/includes/header-small.inc.php b/html/includes/header-small.inc.php new file mode 100644 index 000000000..ddc45c505 --- /dev/null +++ b/html/includes/header-small.inc.php @@ -0,0 +1,53 @@ +
+
+ + + diff --git a/html/includes/header.inc.php b/html/includes/header.inc.php new file mode 100644 index 000000000..b1cdba596 --- /dev/null +++ b/html/includes/header.inc.php @@ -0,0 +1,53 @@ +
+ + + + + +
+ ".$_SESSION['username']." (Logout)"); + } else { + echo("Not logged in!"); + } + if( Net_IPv6::checkIPv6($_SERVER['REMOTE_ADDR'])) { echo(" via IPv6"); } else { echo(" via IPv4"); } + ?> +
+
+ + + diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php index 00e5225af..56a2c1386 100644 --- a/includes/defaults.inc.php +++ b/includes/defaults.inc.php @@ -33,6 +33,8 @@ $config['syslog_age'] = "1 month"; $config['timestamp_format'] = 'd-m-Y H:i:s'; $config['page_gen'] = 1; +$config['web_header'] = "header.inc.php"; # in html/includes + ### Alerting Settings #$config['alert']['email']]'default'] = NULL; ## Default alert recipient