Gazelle/sections/error/403.php
2011-03-28 15:21:28 +01:00

6 lines
122 B
PHP

<h1>Error: 403</h1> Forbidden.
<?
if (substr($_SERVER['REQUEST_URI'],0,9) !== '/static/') {
notify(STATUS_CHAN,'403');
}