Projects
Kolab:3.4
pykolab
pykolab-0.6.5-2230-correct-fatal-escape-mistake...
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pykolab-0.6.5-2230-correct-fatal-escape-mistake.patch of Package pykolab (Revision 20)
Currently displaying revision
20
,
Show latest
From 5f76c88df172452a1947819b1a1ad872543649b6 Mon Sep 17 00:00:00 2001 From: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Date: Sat, 24 Aug 2013 16:45:31 +0000 Subject: Escape the $ in $_SERVER with a \ --- 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'); -- cgit v0.8.2.1
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.