Création des répertoires de sessions

This commit is contained in:
Michael RICOIS 2012-04-24 11:26:27 +00:00
parent 6889d5294a
commit 8c4fb83566

View File

@ -63,8 +63,8 @@ elseif(isset($opts->install))
$appconfigDir.'/configuration.ini');
//Création du répertoire de stockage des sessions
passthru('chown -R www-data: '.APPLICATION_PATH.'/../cache');
passthru('chown -R www-data: '.APPLICATION_PATH.'/../cache/sessions');
passthru('mkdir '.APPLICATION_PATH.'/../cache');
passthru('mkdir '.APPLICATION_PATH.'/../cache/sessions');
//Modification des permissions
passthru('chown -R www-data: '.APPLICATION_PATH.'/');