diff options
author | Charlie <root@testfbsd8.localdomain> | 2009-06-13 17:24:28 +0000 |
---|---|---|
committer | Charlie <root@testfbsd8.localdomain> | 2009-06-13 17:24:28 +0000 |
commit | 336e3c1cabef46d5825bb0540a6715dff86450e7 (patch) | |
tree | 3b831086004d35bb0abdf9b81605a4ced7d4fb80 /etc/rc.bootup | |
parent | 67115722ccd3a0c0d40c5ac70cdce079ff02c6ab (diff) | |
download | pfsense-336e3c1cabef46d5825bb0540a6715dff86450e7.zip pfsense-336e3c1cabef46d5825bb0540a6715dff86450e7.tar.gz |
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.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 4 |
1 files changed, 4 insertions, 0 deletions
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(); |