If the wizard step title is Reload in progress then set the top image url to the LAN ip so that it matches what the system will try to access in 120 seconds.

This commit is contained in:
Scott Ullrich 2005-08-13 16:18:38 +00:00
parent a15b7fdb47
commit fe2bfbfce1

View File

@ -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">