Issue:
Change folder permissions in ProcessMaker
Cause:
Nuevo requerimiento
Solution:
Se cambio los permisos de los files and directories
9 lines
247 B
PHP
9 lines
247 B
PHP
<?php
|
|
$ERROR_TEXT = "701 workspace not available ";
|
|
$ERROR_DESCRIPTION = "You have specified a workspace not available in this server. <br>
|
|
Please review your URL and try it again.<br />
|
|
<br />
|
|
";
|
|
|
|
include ( "header.php");
|
|
?>
|