Aleksander Machniak
2012-11-26 3ff8cc2bc83c57010bbfe64efa76b70203857650
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);