Quote:
Originally Posted by lane
Hi Jelle,
Is there any other way, I would like to avoid having to redo all my custom work on the templates?
Thank you!
|
Add
HTML Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
inside each form.
Or remove
PHP Code:
define('CSRF_PROTECTION', true);
from downloads.php, which will remove the CSRF security check. Although I don't recommend that.