mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-05 14:00:11 +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');
|
||
|
}
|