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

7 lines
245 B
PHP

<h1>Error: 404</h1> Not Found.
<?
//Hide alerts for missing images and static requests
if(!preg_match("/\.(ico|jpg|jpeg|gif|png)$/", $_SERVER['REQUEST_URI']) && substr($_SERVER['REQUEST_URI'],0,9) !== '/static/') {
notify(STATUS_CHAN,'404');
}