Files
luos/rbac/public_html/errors/error401.php
Victor Saisa Lopez 6d9858d6d0 HOR-1738 "Change folder permissions in ProcessMaker" SOLVED
Issue:
    Change folder permissions in ProcessMaker
Cause:
    Nuevo requerimiento
Solution:
    Se cambio los permisos de los files and directories
2016-08-30 13:03:35 -04:00

15 lines
482 B
PHP

<?php
$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");
?>