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

15 lines
482 B
PHP
Raw Normal View History

<?php
2010-12-02 23:34:41 +00:00
$ERROR_TEXT = "401 Unauthorized ";
$ERROR_DESCRIPTION = "
This server could not verify that
you are authorized to access. You either supplied the wrong credentials
(e.g., bad password), or your browser doesn't understand how to supply
the credentials required. <br />
<br />
In case you are allowed to request the document,
please check your user-id and password and try again<br />
<br />
";
include ( "header.php");
?>