Gazelle/sections/error/403.php

6 lines
122 B
PHP
Raw Normal View History

2011-03-28 14:21:28 +00:00
<h1>Error: 403</h1> Forbidden.
<?
if (substr($_SERVER['REQUEST_URI'],0,9) !== '/static/') {
notify(STATUS_CHAN,'403');
}