| Re: PDdownloads 1.2: Wichtige Bug in admin section |
Betreff: Re: PDdownloads 1.2: Wichtige Bug in admin section von krobi am 02.10.2006 23:13:42 ok i have a hot-fix for that, the problem is the security check - so you can simple deactivate this. pls open the following file pd-downloads/admin/brokendown.php and then search for the following lines (they appears some times in the file) Zitat: if (is_object($GLOBALS['xoopsSecurity']) and !$GLOBALS['xoopsSecurity']->check(true, $_REQUEST['t'])) { simple delete this lines. that solve the problem. |