I solved Code Injection

This commit is contained in:
Paula V. Quispe
2015-04-10 15:02:26 -04:00
parent 26d4773714
commit 9a51f55874

View File

@@ -489,7 +489,7 @@ if (defined( 'PATH_DATA' ) && file_exists( PATH_DATA )) {
$oServerConf = & serverConf::getSingleton(); $oServerConf = & serverConf::getSingleton();
} }
$pathFile = PATH_THIRDPARTY . '/pear/PEAR.php'; $pathFile = PATH_THIRDPARTY . '/pear/PEAR.php';
//$pathFile = $filter->validateInput($pathFile,'path'); $pathFile = $filter->validateInput($pathFile,'path');
require_once $pathFile; require_once $pathFile;
//Bootstrap::LoadSystem( 'pmException' ); //Bootstrap::LoadSystem( 'pmException' );