Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 736 → Rev 737

/web/intercept.php
11,7 → 11,7
# notice and this permission notice is included in all copies or
# substantial portions of the software.
 
$organisme = "";
$organisme = "etrs-ssic";
# Redirects from CoovaChilli (chilli daemon) :
# Response to login:
# success : if login successful
22,7 → 22,7
# Default : it was not a form request -> client go to login form
 
# Shared secret used to encrypt challenge with radius.
$uamsecret = "";
$uamsecret = "E4tJqG9I";
 
# URL loaded after success authenticates (let blank for browser defaults)
$adminurl = "";
317,7 → 317,7
 
function popUp(URL) {
if (self.name != \"alcasar_popup\") {
alcasar_popup = window.open(URL, 'alcasar_popup', 'width=500,height=400,directories=no,resizable=no,scrollbars=yes,location=no,toolbar=no,statusbar=no,menubar=no');
alcasar_popup = window.open(URL, 'alcasar_popup', 'width=500,height=460,directories=no,resizable=no,scrollbars=yes,location=no,toolbar=no,statusbar=no,menubar=no');
}
}