/Websvn/listing.php |
---|
190,7 → 190,7 |
if (($level != $limit) && ($isDir)) |
{ |
if (!strcmp(htmlentities($subs[$level + 1],ENT_QUOTES)."/", $file)) |
if (!strcmp($subs[$level + 1]."/", $file)) |
{ |
$listing = showDirFiles($svnrep, $subs, $level + 1, $limit, $rev, $listing, $index); |
$index = count($listing); |