program/lib/Roundcube/rcube_output_html.php
@@ -1760,7 +1760,7 @@ 'about.html', ); foreach ($filenames as $file) { $fn = RCUBE_CONFIG_DIR . '/' . $file; $fn = RCUBE_CONFIG_DIR . $file; if (is_readable($fn)) { $content = file_get_contents($fn); $content = $this->parse_conditions($content);