Bad symlink

This commit is contained in:
Michael RICOIS 2013-03-27 14:22:46 +00:00
parent b975b9e84d
commit e9b590c889

View File

@ -90,6 +90,6 @@ elseif(isset($opts->install))
$c->profil->path->pages.'/fichier/imgcache');
if (!file_exists($c->profil->path->pages.'/fichier/logo'))
passthru('ln -vs '.$c->profil->path.'/logos '.$c->profil->path->pages.'/fichier/logo');
passthru('ln -vs '.$c->profil->path->data.'/logos '.$c->profil->path->pages.'/fichier/logo');
}