$conf_errors[]=$t("The directory %file is not protected from modifications and poses a security risk. You must change the directory's permissions to be non-writable.",array('%file'=>$conf_path));
$conf_errors[]=$t("The file %file is not protected from modifications and poses a security risk. You must change the file's permissions to be non-writable.",array('%file'=>$full_path));
$requirements['settings.php']['description'].=$t('The directory %file is not protected from modifications and poses a security risk. You must change the directory\'s permissions to be non-writable. ',array('%file'=>conf_path()));
}
if(!$conf_file){
$requirements['settings.php']['description'].=$t('The file %file is not protected from modifications and poses a security risk. You must change the file\'s permissions to be non-writable.',array('%file'=>conf_path().'/settings.php'));