Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1268 → Rev 1269

/web/intercept.php
56,7 → 56,7
exit("Erreur d'ouverture du fichier ".CONF_FILE);
}
fclose($ouvre);
$organisme = $conf["ORGANISM"];
$organisme = trim($conf["ORGANISM"]);
 
# Shared secret used to encrypt challenge with radius.
$uamsecret = "";
66,7 → 66,7
 
# Our own path
$loginpath = $_SERVER['PHP_SELF'];
$alcasarpath = "http://alcasar";
$alcasarpath = "http://alcasar.".trim($conf["DOMAIN"]);
$statuspath = $alcasarpath."/status.php";
$debug = false;