This commit is contained in:
Michael RICOIS 2012-10-25 15:58:30 +00:00
parent e2c371e251
commit eae1265e37

View File

@ -68,6 +68,6 @@ elseif(isset($opts->install))
//Modification des permissions
passthru('chown -R www-data: '.APPLICATION_PATH.'/../');
passthru('chmod -x '.APPLICATION_PATH.'/../batch/cron.php');
passthru('chmod -x '.APPLICATION_PATH.'/../batch/enrichissement.php');
passthru('chmod +x '.APPLICATION_PATH.'/../batch/cron.php');
passthru('chmod +x '.APPLICATION_PATH.'/../batch/enrichissement.php');
}