Merge branch 'develop' of ssh://git.aredn.org/aredn_ar71xx into dyn_css

This commit is contained in:
Darryl Quinn 2015-04-06 23:11:32 -05:00
commit 0b7eb2876a
1 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ if($fw_install and -f "$tmpdir/firmware")
my $junk; my $junk;
http_header(); http_header();
html_header("FIRMWARE UPDATE IN PROGRESS", 0); html_header("FIRMWARE UPDATE IN PROGRESS", 0);
print "<meta http-equiv='refresh' content='150;URL=http://$node:8080'>"; print "<meta http-equiv='refresh' content='150;URL=http://$node.local.mesh:8080'>";
print "</head>\n"; print "</head>\n";
print "<body><center>\n"; print "<body><center>\n";
print "<h2>The firmware is being updated.</h2>\n"; print "<h2>The firmware is being updated.</h2>\n";
@ -236,7 +236,7 @@ DHCP lease and reset any name service caches you may be using.</h3>
<h3>The node will reboot twice while the configuration is applied<br> <h3>The node will reboot twice while the configuration is applied<br>
Wait for the Status 4 LED to start blinking, then stop blinking twice.<br> Wait for the Status 4 LED to start blinking, then stop blinking twice.<br>
When the Status 4 LED is solid on you can get your new DHCP lease and reconnect with<br> When the Status 4 LED is solid on you can get your new DHCP lease and reconnect with<br>
<a href='http://$node:8080/'>http://$node:8080/</a><br> <a href='http://$node.local.mesh:8080/'>http://$node.local.mesh:8080/</a><br>
(This page will automatically reload in 150 seconds)</h3> (This page will automatically reload in 150 seconds)</h3>
</center></body></html> </center></body></html>
"; ";