There was a minor error in a release of version phpLD v3.4 in the rss.php file.
In the 3.3 version in the rss.php file about on line 164 it showed:
$tpl->assign(’url’, htmlspecialchars(’http://’.$_SERVER['SERVER_NAME'].DOC_ROOT.’/’.$url));
In one release of phpLD v3.4 it shows:
$tpl->assign(’url’, htmlspecialchars(’http://’.$_SERVER['SERVER_NAME'].DOC_ROOT.$url));
Replacing the: ‘/’. in the code seems to generate the correct link now so [...]


