disable the path compiled directory verification, for installer

This commit is contained in:
Erik Amaru Ortiz
2011-01-19 16:02:43 +00:00
parent bbd2731dc6
commit 315151b3fe

View File

@@ -76,7 +76,7 @@ if($action==="check")
$data->databaseMessage =$s['result']['database']['message'];
$data->mysqlVersion =$s['result']['database']['version'];
$data->path_data =$s['result']['path_data'];
$data->path_compiled =$s['result']['path_compiled'];
$data->path_compiled = true;
$data->checkMemory =(((int)ini_get("memory_limit"))>=40)?true:false;
#$data->checkmqgpc =(get_magic_quotes_gpc())?false:true;
$data->checkPI =$inst->is_dir_writable(PATH_CORE."config/");