summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-20 04:43:28 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-20 04:43:28 +0000
commite86a8e574177d2cc5a8347d05056d1d1a7488629 (patch)
tree169fdf05088d9c31224d74413dbb021729fd3510 /usr/local/www/fbegin.inc
parent73393241c5054ed430f3033c6f9708aec7fb8737 (diff)
downloadpfsense-e86a8e574177d2cc5a8347d05056d1d1a7488629.zip
pfsense-e86a8e574177d2cc5a8347d05056d1d1a7488629.tar.gz
Add missing class
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc10
1 files changed, 5 insertions, 5 deletions
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");
<li><a href="/pkg_edit.php?xml=olsrd.xml&id=0" class="navlnk">OLSR</a></li>
<li><a href="/services_snmp.php" class="navlnk">SNMP</a></li>
<li><a href="/status_upnp.php" class="navlnk">MiniUPnPd</a></li>
- <li><a href="/pkg_edit.php?xml=openntpd.xml&id=0">OpenNTPD</a></li>
+ <li><a href="/pkg_edit.php?xml=openntpd.xml&id=0" class="navlnk">OpenNTPD</a></li>
<li><a href="/services_wol.php" class="navlnk">Wake on LAN</a></li>
<?php echo return_ext_menu("Services"); ?>
</ul>
OpenPOWER on IntegriCloud