summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-13 22:14:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-13 22:14:26 +0000
commite02f143c7acdd6bbfa87ea3a3a739e20f31a23f6 (patch)
tree07b0e0eb4a677e7fa10422a1cd07829d8716d51e /usr/local
parent2f3f316c9a699b01093f100335ad475b8f299ad4 (diff)
downloadpfsense-e02f143c7acdd6bbfa87ea3a3a739e20f31a23f6.zip
pfsense-e02f143c7acdd6bbfa87ea3a3a739e20f31a23f6.tar.gz
Echo out meta refresh inside <html> tags
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/system.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 65c3df7..48a7471 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -288,5 +288,7 @@ include("head.inc");
</body>
</html>
<?php
- system_webgui_start();
+ if ($restart_webgui) {
+ system_webgui_start();
+ }
?> \ No newline at end of file
OpenPOWER on IntegriCloud