summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-13 22:13:59 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-13 22:13:59 +0000
commit2f3f316c9a699b01093f100335ad475b8f299ad4 (patch)
tree9586a703068d8b1210ce39bb8c1ac518c407f854 /usr/local/www/system.php
parentc9c1bb3b5cface9d3d393f3d51b314623271f44c (diff)
downloadpfsense-2f3f316c9a699b01093f100335ad475b8f299ad4.zip
pfsense-2f3f316c9a699b01093f100335ad475b8f299ad4.tar.gz
Echo out meta refresh inside <html> tags
Diffstat (limited to 'usr/local/www/system.php')
-rwxr-xr-xusr/local/www/system.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 9de48b4..65c3df7 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -271,8 +271,6 @@ include("head.inc");
</table>
</form>
<?php include("fend.inc"); ?>
-</body>
-</html>
<?php
// restart webgui if proto or port changed
if ($restart_webgui) {
@@ -284,7 +282,11 @@ include("head.inc");
}
echo "<p>One moment... switching https mode/port...</p>";
echo "<meta http-equiv=\"refresh\" content=\"10;url={$url}\">";
- system_webgui_start();
}
+?>
+</body>
+</html>
+<?php
+ system_webgui_start();
?> \ No newline at end of file
OpenPOWER on IntegriCloud