Files
luos/rbac/public_html/errors/error404.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

22 lines
647 B
PHP

<?php
$ERROR_TEXT = "404 Not Found ";
$ERROR_DESCRIPTION = "
Your browser (or proxy) sent a request
that this server could not understand.<br />
<br />
<strong>Possible reasons: </strong><br />
Your link is broken. This may occur when you receive
a link via email, but your client software adds line breaks, thus distorting
long URLs. <br />
<br />
The page you requested is no longer active. <br />
<br />
There is a typographic
error in the link, in case you entered the URL into the browser's address
toolbar.<br />
<br />
";
include ( "header.php");
?>