ajout fichiers

This commit is contained in:
Jérôme Bousquié
2016-11-30 14:59:44 +01:00
parent 663e7240f3
commit 865eb9b1d8
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// Formulaire d'authentification simple
include_once('winlog_admin_conf.php');
// on sort immédiatement si login.php est appelé sans les paramètres attendus
if ($mod_auth !="simple") {
if ($auth_mode !="simple") {
header('Location: interdit.php');
exit();
}