From 1035f5a7262c6a3866156cd0a2e0bb8192cff530 Mon Sep 17 00:00:00 2001 From: Colin Smith Date: Sun, 10 Jul 2005 04:53:17 +0000 Subject: Print notices if they exist. --- usr/local/www/index.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'usr/local/www') diff --git a/usr/local/www/index.php b/usr/local/www/index.php index 2b2acf1..42e0187 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -33,6 +33,7 @@ */ require("guiconfig.inc"); +require("notices.inc"); $swapinfo = `/usr/sbin/swapinfo`; if(stristr($swapinfo,"%") == true) $showswap=true; @@ -153,6 +154,11 @@ include("head.inc");
+
+ +
-- cgit v1.1