mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
a15b7fdb47
commit
fe2bfbfce1
@ -197,8 +197,14 @@ function enablechange() {
|
||||
<center>
|
||||
|
||||
<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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user