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