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