Hi List
here is a little Fix for Rolands rss_feeds rss_feeds has a little Bug by selecting server protocol.
if (strstr('HTTPS', $_SERVER['SERVER_PROTOCOL'] )!== FALSE)
found only HTTPS a better solution is stristr or
if ($_SERVER['HTTPS'])
best Eric
--- 8< --- detachments --- 8< --- The following attachments have been detached and are available for viewing. http://detached.gigo.com/rc/Sh/AeQ8gVZs/rss_feeds.diff Only click these links if you trust the sender, as well as this message. --- 8< --- detachments --- 8< ---
List info: http://lists.roundcube.net/dev/
On Tue, 2 Mar 2010 10:34:32 +0100, Eric Appelt eric.appelt@primacom.net wrote:
Re: [RCD] RSS Plugin Hi List
here is a little Fix for Rolands rss_feeds rss_feeds has a little Bug by selecting server protocol.
if (strstr('HTTPS', $_SERVER['SERVER_PROTOCOL'] )!== FALSE)
found only HTTPS a better solution is stristr or
if ($_SERVER['HTTPS'])
best Eric
It probably should be using rcube_https_check() instead.
-Albert
List info: http://lists.roundcube.net/dev/