summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 38837e1..9ef73d0 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -519,7 +519,7 @@ function system_webgui_start() {
$key = "";
/* non-standard port? */
- if ($config['system']['webgui']['port'])
+ if (isset($config['system']['webgui']['port']) && $config['system']['webgui']['port'] <> "")
$portarg = "{$config['system']['webgui']['port']}";
if ($config['system']['webgui']['protocol'] == "https") {
OpenPOWER on IntegriCloud