summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/wizard.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php
index d328d40..b7a00ba 100755
--- a/usr/local/www/wizard.php
+++ b/usr/local/www/wizard.php
@@ -197,8 +197,14 @@ function enablechange() {
<center>
&nbsp;<br>
+<?php
+ if($title == "Reload in progress")
+ $ip = "http://{$config['interfacs']['lan']['ipaddr']}";
+ else
+ $ip = "/";
+?>
-<a href="/"><img border="0" src="./themes/<?= $g['theme']; ?>/images/logo.gif"></a>
+<a href="<?php echo $ip; ?>"><img border="0" src="./themes/<?= $g['theme']; ?>/images/logo.gif"></a>
<p>
<div style="width:700px;background-color:#ffffff" id="roundme">
OpenPOWER on IntegriCloud