summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-05 04:05:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-05 04:05:19 +0000
commit70b5a4e16ae40280a134ea6aab449a84fded3ef5 (patch)
treeefab0cf1593cdcc529f1ad3bf26bfc46d04bbc8d /usr/local/www/system.php
parent23a0c3413047ded24f2d3a04fa98234d71bfdc6f (diff)
downloadpfsense-70b5a4e16ae40280a134ea6aab449a84fded3ef5.zip
pfsense-70b5a4e16ae40280a134ea6aab449a84fded3ef5.tar.gz
Use check_reload_status to reload webGUI
Diffstat (limited to 'usr/local/www/system.php')
-rwxr-xr-xusr/local/www/system.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index ac4d1ec..78d0675 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -289,5 +289,7 @@ include("head.inc");
</body>
</html>
<?php
-if ($restart_webgui)
- system_webgui_start();
+if ($restart_webgui) {
+ touch("/tmp/restart_webgui");
+}
+?> \ No newline at end of file
OpenPOWER on IntegriCloud