Correccion de bug en sub process

This commit is contained in:
Brayan Osmar Pereyra Suxo
2014-06-24 12:12:59 -04:00
parent c31d2ee430
commit 39cdc12020
2 changed files with 4 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
/*
* ProcessMaker Web Application Bootstrap
*/
if (isset($_SERVER['UNENCODED_URL'])) {
$_SERVER['REQUEST_URI'] = $_SERVER['UNENCODED_URL'];
}
try {
$rootDir = realpath(__DIR__ . "/../../") . DIRECTORY_SEPARATOR;