Correction suite à installation

This commit is contained in:
Michael RICOIS 2012-07-19 15:42:35 +00:00
parent c7535df8c5
commit fc74474639

View File

@ -67,5 +67,5 @@ elseif(isset($opts->install))
passthru('mkdir '.APPLICATION_PATH.'/../cache/sessions');
//Modification des permissions
passthru('chown -R www-data: '.APPLICATION_PATH.'/');
passthru('chown -R www-data: '.APPLICATION_PATH.'/../');
}