Subversion Repositories ALCASAR

Rev

Rev 1205 | Rev 1249 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1205 Rev 1211
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: intercept.php 1205 2013-09-04 12:49:40Z crox53 $
2
# $Id: intercept.php 1211 2013-09-17 15:19:57Z crox53 $
3
#
3
#
4
# intercept.php for Alcasar captive portal
4
# intercept.php for Alcasar captive portal
5
# Copyright (C) 2003, 2004 Mondru AB.
5
# Copyright (C) 2003, 2004 Mondru AB.
6
# Modify by REXY & steweb57
6
# Modify by REXY & steweb57
7
# UI & css style by stephane ERARD
7
# UI & css style by stephane ERARD
Line 64... Line 64...
64
# URL loaded after success authenticates (let blank for browser defaults)
64
# URL loaded after success authenticates (let blank for browser defaults)
65
$adminurl = "";
65
$adminurl = "";
66
 
66
 
67
# Our own path
67
# Our own path
68
$loginpath	= $_SERVER['PHP_SELF'];
68
$loginpath	= $_SERVER['PHP_SELF'];
69
$alcasarpath = "http://alcasar.localdomain";
69
$alcasarpath = "http://alcasar";
70
$statuspath = $alcasarpath."/status.php";
70
$statuspath = $alcasarpath."/status.php";
71
$debug		= false;
71
$debug		= false;
72
 
72
 
73
# Choice of language
73
# Choice of language
74
$Language = 'en';
74
$Language = 'en';