diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/templates/roundcubemail/kolab_files.inc.php.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/roundcubemail/kolab_files.inc.php.tpl b/share/templates/roundcubemail/kolab_files.inc.php.tpl index effa1d9..1c5fced 100644 --- a/share/templates/roundcubemail/kolab_files.inc.php.tpl +++ b/share/templates/roundcubemail/kolab_files.inc.php.tpl @@ -1,7 +1,7 @@ <?php // URL of kolab-chwala installation -\$config['kolab_files_url'] = 'http://' . $_SERVER['HTTP_HOST'] . '/chwala/'; +\$config['kolab_files_url'] = 'http://' . \$_SERVER['HTTP_HOST'] . '/chwala/'; // List of files list columns. Available are: name, size, mtime, type \$config['kolab_files_list_cols'] = array('name', 'mtime', 'size'); |