X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Froundcube%2Fmain.inc.php;h=94a5edc6941f4fafc799ff3e594c3736316f20c7;hp=f71f88364ecc08196c7ab3b4f3f0537a6e09bffc;hb=de3ffef0e46f7d9064a21eab0e73693975f3c182;hpb=9075978ae94310fa7a27d9881d3cecc6150ca3e9 diff --git a/etc/roundcube/main.inc.php b/etc/roundcube/main.inc.php index f71f883..94a5edc 100644 --- a/etc/roundcube/main.inc.php +++ b/etc/roundcube/main.inc.php @@ -215,7 +215,7 @@ $rcmail_config['auto_create_user'] = true; // replace Roundcube logo with this image // specify an URL relative to the document root of this Roundcube installation -if (file_exists("/home/www/pub/roundcube/images/logo-$http_host.png")) { +if (file_exists("/home/www/data/roundcube/images/logo-$http_host.png")) { $rcmail_config['skin_logo'] = "./images/logo-$http_host.png"; } else {