On Tue, 2 Mar 2010 10:34:32 +0100, Eric Appelt <[email protected]> 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/
