diff options
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/wizard.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php index 0733552..4a8c628 100755 --- a/usr/local/www/wizard.php +++ b/usr/local/www/wizard.php @@ -232,7 +232,7 @@ function enablechange() { <?php if($title == "Reload in progress") { - $ip = "http://" . get_interface_ip("lan"); + $ip = "http://" . $_SERVER['HTTP_HOST']; } else { $ip = "/"; } |