Correction emplacement image cache
This commit is contained in:
parent
38942281fd
commit
a336aa06b1
@ -75,11 +75,10 @@ elseif(isset($opts->install))
|
|||||||
passthru('ln -s '.APPLICATION_PATH.'/../public/themes/default/scripts '.
|
passthru('ln -s '.APPLICATION_PATH.'/../public/themes/default/scripts '.
|
||||||
APPLICATION_PATH.'/../cache/pages/themes/default/scripts');
|
APPLICATION_PATH.'/../cache/pages/themes/default/scripts');
|
||||||
|
|
||||||
|
passthru('ln -s '.APPLICATION_PATH.'/../cache/pages/imgcache'.' '.
|
||||||
$config = new Zend_Config_Ini(APPLICATION_PATH . '/configs/configuration.ini', 'path');
|
APPLICATION_PATH.'/../cache/pages/fichier/imgcache');
|
||||||
|
|
||||||
passthru('ln -s '.realpath($config->data).' '.APPLICATION_PATH.'/../cache/pages/fichier/imgcache');
|
|
||||||
|
|
||||||
|
$config = new Zend_Config_Ini(APPLICATION_PATH . '/configs/configuration.ini', 'path');
|
||||||
$path = realpath($config->data).'/'.$config->logos;
|
$path = realpath($config->data).'/'.$config->logos;
|
||||||
passthru('ln -s '.$path.' '.APPLICATION_PATH.'/../cache/pages/fichier/logo');
|
passthru('ln -s '.$path.' '.APPLICATION_PATH.'/../cache/pages/fichier/logo');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user