auth.php aktualisiert
This commit is contained in:
parent
b193d1c5ce
commit
2368c71da0
4
auth.php
4
auth.php
@ -4,11 +4,11 @@ session_start();
|
||||
// Benutzerdatenbank
|
||||
$valid_users = array(
|
||||
'admin' => array(
|
||||
'password' => 'Jennifer@1996+',
|
||||
'password' => 'password',
|
||||
'access_level' => 'all'
|
||||
),
|
||||
'Lager' => array(
|
||||
'password' => 'MediaMarkt',
|
||||
'password' => 'Logistik',
|
||||
'access_level' => 'limited'
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user