Allow public files from process from force same WS

This commit is contained in:
Hugo Loza
2011-01-11 22:23:06 +00:00
parent 6513be60da
commit 0c69f01561

View File

@@ -459,7 +459,7 @@ $startingTime = array_sum(explode(' ',microtime()));
G::streamFile ( $phpFile ); G::streamFile ( $phpFile );
die; die;
} }
//$avoidChangedWorkspaceValidation=true; $avoidChangedWorkspaceValidation=true;
$bWE = true; $bWE = true;
//$phpFile = PATH_DATA_SITE . 'public' . PATH_SEP . SYS_COLLECTION . PATH_SEP . $auxPart[ count($auxPart)-1]; //$phpFile = PATH_DATA_SITE . 'public' . PATH_SEP . SYS_COLLECTION . PATH_SEP . $auxPart[ count($auxPart)-1];
} }