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