summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-08-17 10:43:12 -0400
committerjim-p <jimp@pfsense.org>2012-08-17 10:43:12 -0400
commitbe9c20c7a18277c5c5b8d54fabcb1f5464472439 (patch)
treec21eb93454268063c1adfa19756f201e31e7a1aa /usr/local/www/fbegin.inc
parentdc3e3acb9ba8329b73ac37ebfa938f5e9e31d248 (diff)
downloadpfsense-be9c20c7a18277c5c5b8d54fabcb1f5464472439.zip
pfsense-be9c20c7a18277c5c5b8d54fabcb1f5464472439.tar.gz
Use REQUEST_URI here so the GET parameters are preserved (makes the links work better for things like interfaces.php?if=wan, and packages.
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 6766dd6..bb11869 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -386,7 +386,7 @@ function add_to_menu($url, $name) {
?>
<div>
-<span class="pgtitle"><a href="<?= $_SERVER['SCRIPT_NAME'] ?>"><?=genhtmltitle($pgtitle);?></a></span>
+<span class="pgtitle"><a href="<?= $_SERVER['REQUEST_URI'] ?>"><?=genhtmltitle($pgtitle);?></a></span>
<span style="float:right; margin: 0 0 20px 20px">
<?php
if (!$hide_service_status && !empty($shortcuts[$shortcut_section]['service'])) {
OpenPOWER on IntegriCloud