oc |
|
---|---|
page.inc.php (always the first code is the present, so to speak "corrupted" or "neglected" code)
$t->assign('PAGE_FILE_URL', 'page.php?id='.$pag['page_id'].'a=dl');
$t->assign('PAGE_FILE_URL', 'page.php?id='.$pag['page_id'].'&a=dl');
header("Location: " . SED_ABSOLUTE_URL . "".$pag['page_url']);
header("Location: ".$pag['page_url']);
|