summaryrefslogtreecommitdiffstats
path: root/usr/local/captiveportal
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-09-12 16:01:41 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-09-12 16:01:41 -0400
commitf5024891e3769d23fab9e548bba81b3e6a2d6fdd (patch)
tree40723a84a351e8fb38ab807434b661abd5368f42 /usr/local/captiveportal
parent523855b02ba2046ff73fccc9233c19f0fdb6ede9 (diff)
downloadpfsense-f5024891e3769d23fab9e548bba81b3e6a2d6fdd.zip
pfsense-f5024891e3769d23fab9e548bba81b3e6a2d6fdd.tar.gz
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions
Diffstat (limited to 'usr/local/captiveportal')
-rwxr-xr-xusr/local/captiveportal/index.php4
-rw-r--r--usr/local/captiveportal/radius_accounting.inc4
-rw-r--r--usr/local/captiveportal/radius_authentication.inc4
3 files changed, 12 insertions, 0 deletions
diff --git a/usr/local/captiveportal/index.php b/usr/local/captiveportal/index.php
index aef677d..2e59f03 100755
--- a/usr/local/captiveportal/index.php
+++ b/usr/local/captiveportal/index.php
@@ -28,6 +28,10 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
+/*
+ pfSense_BUILDER_BINARIES: /sbin/ipfw
+ pfSense_MODULE: captiveportal
+*/
require_once("auth.inc");
require_once("functions.inc");
diff --git a/usr/local/captiveportal/radius_accounting.inc b/usr/local/captiveportal/radius_accounting.inc
index bfd0247..c32b610 100644
--- a/usr/local/captiveportal/radius_accounting.inc
+++ b/usr/local/captiveportal/radius_accounting.inc
@@ -39,6 +39,10 @@
*/
/*
+ pfSense_MODULE: captiveportal
+*/
+
+/*
RADIUS ACCOUNTING START
-----------------------
*/
diff --git a/usr/local/captiveportal/radius_authentication.inc b/usr/local/captiveportal/radius_authentication.inc
index 728c93a..a511324 100644
--- a/usr/local/captiveportal/radius_authentication.inc
+++ b/usr/local/captiveportal/radius_authentication.inc
@@ -38,6 +38,10 @@
*/
/*
+ pfSense_MODULE: captiveportal
+*/
+
+/*
RADIUS AUTHENTICATION
---------------------
*/
OpenPOWER on IntegriCloud