| Trustmaster |  | 
|---|---|
| For some reason download in, for example, http://www.cotonti.com/page.php?id=15 gives an error. May the Source be with you! | 
| 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']);
 | 
| Trustmaster |  | 
|---|---|
| Sure, that is stupid Find&Replace bug. Now fixed. May the Source be with you! |