summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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