From e86a8e574177d2cc5a8347d05056d1d1a7488629 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 20 Feb 2007 04:43:28 +0000 Subject: Add missing class --- usr/local/www/fbegin.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'usr/local/www/fbegin.inc') diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc index 4e5d003..959292e 100755 --- a/usr/local/www/fbegin.inc +++ b/usr/local/www/fbegin.inc @@ -10,16 +10,16 @@ require_once("notices.inc"); if($menuitem['section'] != $section) continue; if($menuitem['url'] <> "") { $addresswithport = getenv("HTTP_HOST"); - $colonpos = strpos($addresswithport, ":"); + $colonpos = strpos($addresswithport, ":"); if ($colonpos !== False){ //my url is actually just the IP address of the pfsense box - $myurl = substr($addresswithport, 0, $colonpos); + $myurl = substr($addresswithport, 0, $colonpos); } else { - $myurl = $addresswithport; + $myurl = $addresswithport; } - + $description = str_replace('$myurl', $myurl, $menuitem['url']); } else { $description = '/pkg.php?xml=' . $menuitem['configfile']; @@ -155,7 +155,7 @@ require_once("notices.inc");
  • OLSR
  • SNMP
  • MiniUPnPd
  • -
  • OpenNTPD
  • +
  • OpenNTPD
  • Wake on LAN
  • -- cgit v1.1