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