summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_admin.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-09-22 15:27:31 +0000
committerErmal <eri@pfsense.org>2010-09-22 15:27:31 +0000
commitfbd5fc52a755d46ef8de775fb6474af39fd14960 (patch)
tree44144941943666de068ba8e256e7eaab225eda3e /usr/local/www/system_advanced_admin.php
parentcd9f13e02d6fc4b5102deb94adbd9148ea5ce286 (diff)
downloadpfsense-fbd5fc52a755d46ef8de775fb6474af39fd14960.zip
pfsense-fbd5fc52a755d46ef8de775fb6474af39fd14960.tar.gz
Bring gitsync to the new check_reload_status behaviour.
Diffstat (limited to 'usr/local/www/system_advanced_admin.php')
-rw-r--r--usr/local/www/system_advanced_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php
index e7c217b..c3ea1a0 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -468,7 +468,7 @@ if ($restart_webgui) {
ob_flush();
flush();
log_error(gettext("webConfigurator configuration has changed. Restarting webConfigurator."));
- touch("{$g['tmp_path']}/restart_webgui");
+ send_event("service restart webgui");
}
?>
OpenPOWER on IntegriCloud