Correction emplacement image cache

This commit is contained in:
Michael RICOIS 2011-08-25 13:13:35 +00:00
parent 38942281fd
commit a336aa06b1

View File

@ -75,11 +75,10 @@ elseif(isset($opts->install))
passthru('ln -s '.APPLICATION_PATH.'/../public/themes/default/scripts '.
APPLICATION_PATH.'/../cache/pages/themes/default/scripts');
passthru('ln -s '.APPLICATION_PATH.'/../cache/pages/imgcache'.' '.
APPLICATION_PATH.'/../cache/pages/fichier/imgcache');
$config = new Zend_Config_Ini(APPLICATION_PATH . '/configs/configuration.ini', 'path');
passthru('ln -s '.realpath($config->data).' '.APPLICATION_PATH.'/../cache/pages/fichier/imgcache');
$path = realpath($config->data).'/'.$config->logos;
passthru('ln -s '.$path.' '.APPLICATION_PATH.'/../cache/pages/fichier/logo');