summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-13 19:48:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-13 19:48:04 +0000
commit3a986da76256fbc1dd1f34a51375c58188fcadf0 (patch)
tree519329ad2436e5c1e1824551cdcdede4e7d1e0df /usr/local
parentcfa6fa1ada5d2ce89692b71094207aac39097032 (diff)
downloadpfsense-3a986da76256fbc1dd1f34a51375c58188fcadf0.zip
pfsense-3a986da76256fbc1dd1f34a51375c58188fcadf0.tar.gz
Echo out information before calling system_webgui_start()
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index e196b06..9de48b4 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -277,7 +277,6 @@ include("head.inc");
// restart webgui if proto or port changed
if ($restart_webgui) {
global $_SERVER;
- system_webgui_start();
if ($pconfig['webguiport']) {
$url="{$pconfig['webguiproto']}://{$_SERVER['SERVER_NAME']}:{$pconfig['webguiport']}/system.php";
} else {
@@ -285,6 +284,7 @@ include("head.inc");
}
echo "<p>One moment... switching https mode/port...</p>";
echo "<meta http-equiv=\"refresh\" content=\"10;url={$url}\">";
+ system_webgui_start();
}
?> \ No newline at end of file
OpenPOWER on IntegriCloud