Subversion Repositories ALCASAR

Rev

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

Rev 2058 Rev 2059
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: intercept.php 2058 2016-10-29 10:51:05Z raphael.pion $
2
# $Id: intercept.php 2059 2016-10-29 19:50:34Z richard $
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 56... Line 56...
56
	exit("Erreur d'ouverture du fichier ".CONF_FILE);
56
	exit("Erreur d'ouverture du fichier ".CONF_FILE);
57
}
57
}
58
fclose($ouvre);
58
fclose($ouvre);
59
$organisme = trim($conf["ORGANISM"]);
59
$organisme = trim($conf["ORGANISM"]);
60
 
60
 
61
# Shared secret used to encrypt challenge with radius.
61
# Shared secret used to encrypt password with coova.
62
$uamsecret = "";
62
$uamsecret = "";
63
 
63
 
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