From 336e3c1cabef46d5825bb0540a6715dff86450e7 Mon Sep 17 00:00:00 2001 From: Charlie Date: Sat, 13 Jun 2009 17:24:28 +0000 Subject: Port voucher login ability on CaptivePortal from M0n0Wall. Various locking fixes are done with the import and this means that as of now pfSense has a better performin/behaving CP than m0n0wall. --- etc/rc.bootup | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc/rc.bootup') diff --git a/etc/rc.bootup b/etc/rc.bootup index c254dd3..7784ec2 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -264,6 +264,10 @@ vpn_setup(); /* start the captive portal */ captiveportal_configure(); +/* start Voucher support */ +require_once("voucher.inc"); +voucher_configure(); + /* run any shell commands specified in config.xml */ system_do_shell_commands(); -- cgit v1.1