ajout fichiers
This commit is contained in:
parent
663e7240f3
commit
865eb9b1d8
@ -2,7 +2,7 @@
|
|||||||
// Formulaire d'authentification simple
|
// Formulaire d'authentification simple
|
||||||
include_once('winlog_admin_conf.php');
|
include_once('winlog_admin_conf.php');
|
||||||
// on sort immédiatement si login.php est appelé sans les paramètres attendus
|
// 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');
|
header('Location: interdit.php');
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
9
admin/password.example.php
Normal file
9
admin/password.example.php
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<?php
|
||||||
|
// Ce fichier contient les mots de passe des utilisateurs pour l'authentification simple
|
||||||
|
|
||||||
|
$passwords = array();
|
||||||
|
$passwords['user1'] = "password1";
|
||||||
|
$passwords['user2'] = "password2";
|
||||||
|
// etc...
|
||||||
|
|
||||||
|
?>
|
Loading…
x
Reference in New Issue
Block a user