Files
luos/rbac/public_html/errors/error400.php

9 lines
206 B
PHP
Raw Permalink Normal View History

<?php
2010-12-02 23:34:41 +00:00
$ERROR_TEXT = "400 Bad Request ";
$ERROR_DESCRIPTION = "Your browser (or proxy) sent a request
that this server could not understand.<br />
<br />
";
include ( "header.php");
?>