Modification : nginx root configurable.
[lhc/ateliers.git] / etc / roundcube / main.inc.php
index f71f883..94a5edc 100644 (file)
@@ -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 {