.
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
*/
$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.
In case you are allowed to request the document,
please check your user-id and password and try again
";
$fileHeader = PATH_GULLIVER_HOME . 'methods/errors/header.php' ;
include ( $fileHeader);
?>