From 6aa3723a90a1946660ce9499aefb02250693b60e Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 15 Dec 2015 15:57:29 -0200 Subject: Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used --- src/usr/local/captiveportal/index.php | 3 --- src/usr/local/captiveportal/radius_accounting.inc | 4 ---- src/usr/local/captiveportal/radius_authentication.inc | 4 ---- 3 files changed, 11 deletions(-) (limited to 'src/usr/local/captiveportal') diff --git a/src/usr/local/captiveportal/index.php b/src/usr/local/captiveportal/index.php index 6e6de39..93c4e30 100644 --- a/src/usr/local/captiveportal/index.php +++ b/src/usr/local/captiveportal/index.php @@ -28,9 +28,6 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* - pfSense_MODULE: captiveportal -*/ require_once("auth.inc"); require_once("functions.inc"); diff --git a/src/usr/local/captiveportal/radius_accounting.inc b/src/usr/local/captiveportal/radius_accounting.inc index 1b74378..ab11cb2 100644 --- a/src/usr/local/captiveportal/radius_accounting.inc +++ b/src/usr/local/captiveportal/radius_accounting.inc @@ -35,10 +35,6 @@ */ -/* - pfSense_MODULE: captiveportal -*/ - define('GIGAWORDS_RIGHT_OPERAND', '4294967296'); // 2^32 /* diff --git a/src/usr/local/captiveportal/radius_authentication.inc b/src/usr/local/captiveportal/radius_authentication.inc index 7a2ad90..ce14225 100644 --- a/src/usr/local/captiveportal/radius_authentication.inc +++ b/src/usr/local/captiveportal/radius_authentication.inc @@ -36,10 +36,6 @@ */ /* - pfSense_MODULE: captiveportal -*/ - -/* RADIUS AUTHENTICATION --------------------- */ -- cgit v1.1