mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 10:56:26 +00:00
6 lines
122 B
PHP
6 lines
122 B
PHP
|
<h1>Error: 403</h1> Forbidden.
|
||
|
<?
|
||
|
if (substr($_SERVER['REQUEST_URI'],0,9) !== '/static/') {
|
||
|
notify(STATUS_CHAN,'403');
|
||
|
}
|