From c44417f85c3981e3038dce7cce795c9e571844df Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 21 Nov 2009 18:30:00 -0500 Subject: Include captiveportal for captiveportal_radius_stop_all() --- usr/local/www/halt.php | 2 ++ usr/local/www/reboot.php | 2 ++ 2 files changed, 4 insertions(+) (limited to 'usr') diff --git a/usr/local/www/halt.php b/usr/local/www/halt.php index b6fdbd0..0867b60 100755 --- a/usr/local/www/halt.php +++ b/usr/local/www/halt.php @@ -43,6 +43,8 @@ ##|-PRIV require("guiconfig.inc"); +require("functions.inc"); +require("captiveportal.inc"); if ($_POST) { if ($_POST['Submit'] != " No ") { diff --git a/usr/local/www/reboot.php b/usr/local/www/reboot.php index 2205bb9..df607a7 100755 --- a/usr/local/www/reboot.php +++ b/usr/local/www/reboot.php @@ -37,6 +37,8 @@ ##|-PRIV require("guiconfig.inc"); +require("functions.inc"); +require("captiveportal.inc"); if ($_POST) { if ($_POST['Submit'] == " Yes ") { -- cgit v1.1