summaryrefslogtreecommitdiffstats
path: root/src/usr/local/captiveportal
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-15 15:57:29 -0200
committerRenato Botelho <renato@netgate.com>2015-12-15 16:03:19 -0200
commit6aa3723a90a1946660ce9499aefb02250693b60e (patch)
tree4578276291d43c1faa584a1c608a0b43a594af91 /src/usr/local/captiveportal
parentb64c1d8697aba2bcc52c0be4d372642c8808335e (diff)
downloadpfsense-6aa3723a90a1946660ce9499aefb02250693b60e.zip
pfsense-6aa3723a90a1946660ce9499aefb02250693b60e.tar.gz
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
Diffstat (limited to 'src/usr/local/captiveportal')
-rw-r--r--src/usr/local/captiveportal/index.php3
-rw-r--r--src/usr/local/captiveportal/radius_accounting.inc4
-rw-r--r--src/usr/local/captiveportal/radius_authentication.inc4
3 files changed, 0 insertions, 11 deletions
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
---------------------
*/
OpenPOWER on IntegriCloud