mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2025-07-06 11:50:48 +02:00
Initial commit
Functional, without SSO
This commit is contained in:
6
sources/app/admin/init.php
Normal file
6
sources/app/admin/init.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
if ($auth->getUsername() != "admin") {
|
||||
header("HTTP/1.1 403 Forbidden");
|
||||
exit;
|
||||
}
|
Reference in New Issue
Block a user