mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2026-02-04 13:50:35 +01:00
6 lines
95 B
PHP
6 lines
95 B
PHP
<?php
|
|
|
|
if ($auth->getUsername() != "admin") {
|
|
header("HTTP/1.1 403 Forbidden");
|
|
exit;
|
|
} |