<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/phpanti-leech/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/phpanti-leech/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 12 Apr 2009 09:52:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpanti-leech/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Path check on presence ".."</title><link>https://sourceforge.net/p/phpanti-leech/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;File: download.php&lt;br /&gt;
It seems to me that instead of string:&lt;br /&gt;
if(strpos($fullfilename,"..")==true){&lt;/p&gt;
&lt;p&gt;Should be:&lt;br /&gt;
if(strpos($fullfilename,'..')!==false){&lt;/p&gt;
&lt;p&gt;For example: function strpos ('./path/file.zip ', '. ') will return 0 which it will be transformed to false&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 12 Apr 2009 09:52:37 -0000</pubDate><guid>https://sourceforge.net3aa264478dd1820d53cf20ec2d4a5d2a22b3ce8d</guid></item></channel></rss>