Trustmaster |
|
---|---|
It's something with the REFERER check (anti-leech). A dirty fix would be commenting that check in page.inc.php:
/*if ($_SESSION['dl']!=$pag['page_id'])
{
header('Location: ' . SED_ABSOLUTE_URL . $pag['page_pageurl']);
exit;
}*/ May the Source be with you!
|