summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizard.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-03-20 07:43:21 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-03-20 07:43:21 -0600
commit3f394d09e3c9b8ccf98f8c0a12ec34a84453e753 (patch)
treed4ddf5b06747cd703b12a1291a742fd52c1b6e02 /usr/local/www/wizard.php
parent01fdb2d38a2e789f1dfa10899ca07d9eca290f35 (diff)
downloadpfsense-3f394d09e3c9b8ccf98f8c0a12ec34a84453e753.zip
pfsense-3f394d09e3c9b8ccf98f8c0a12ec34a84453e753.tar.gz
Ticket #313. Use $myurl when calling fixup_string to get the URL for the image link.
Diffstat (limited to 'usr/local/www/wizard.php')
-rwxr-xr-xusr/local/www/wizard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php
index d91290b..860e8c5 100755
--- a/usr/local/www/wizard.php
+++ b/usr/local/www/wizard.php
@@ -313,7 +313,7 @@ function showchange() {
<?php
if($title == "Reload in progress") {
- $ip = fixup_string($_SERVER['HTTP_HOST']);
+ $ip = fixup_string("\$myurl");
} else {
$ip = "/";
}
OpenPOWER on IntegriCloud