This commit is contained in:
Michael RICOIS 2013-02-20 09:41:16 +00:00
parent cfa827aba1
commit 0eb3862689

View File

@ -64,5 +64,5 @@ if(isset($opts->check))
elseif(isset($opts->install))
{
//Modification des permissions
passthru('chown -R www-data: '.APPLICATION_PATH.'/../')
passthru('chown -R www-data: '.APPLICATION_PATH.'/../');
}