summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-06-06 02:06:47 +0000
committerColin Smith <colin@pfsense.org>2005-06-06 02:06:47 +0000
commit2dd15af7067c785296d6062f8be9d94db7313ee4 (patch)
tree63a31b5da43b6e680e0e4105e152859a16e7b7b9 /usr/local/www/fbegin.inc
parente78eb6bfe911adee0414a51fd9aa690dcc740ce6 (diff)
downloadpfsense-2dd15af7067c785296d6062f8be9d94db7313ee4.zip
pfsense-2dd15af7067c785296d6062f8be9d94db7313ee4.tar.gz
Fix menu code.
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 003a8b6..a7c5c79 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -7,7 +7,7 @@
foreach($config['installedpackages']['menu'] as $menuitem) {
if($menuitem['section'] != $section) continue;
if($menuitem['url'] <> "") {
- $description = '/' . $menuitem['url'];
+ $description = $menuitem['url'];
} else {
$description = '/pkg.php?xml=' . $menuitem['configfile'];
}
OpenPOWER on IntegriCloud