summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjim-p <jim@pingle.org>2009-11-29 11:48:53 -0500
committerjim-p <jim@pingle.org>2009-11-29 11:50:01 -0500
commit04967d99881c9a3bcf0b344ab5903128e455be79 (patch)
treeb5952577f268a781ca2c4eb9c442d62e3ec6768c /etc
parent407f6220fee9f47c76ab8bd514caaaa26290bc99 (diff)
downloadpfsense-04967d99881c9a3bcf0b344ab5903128e455be79.zip
pfsense-04967d99881c9a3bcf0b344ab5903128e455be79.tar.gz
Fix reboot function on 2.0.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 2617804..1039845 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -1131,6 +1131,7 @@ function system_reboot_sync() {
function system_reboot_cleanup() {
mwexec("/usr/local/bin/beep.sh stop");
+ require_once("captiveportal.inc");
captiveportal_radius_stop_all();
require_once("voucher.inc");
voucher_save_db_to_config();
OpenPOWER on IntegriCloud