Quote:
Originally Posted by steadicamop
Just got this error trying to add a question:
Any ideas?
|
open amincp/flashquiz/frageninsert.php
Find:
PHP Code:
header('Location: flashquiz.php?class=kat2&kategorie=stufe&cmd=fragen');
replace with:
PHP Code:
define('CP_REDIRECT', 'flashquiz.php?class=kat2&kategorie=stufe&cmd=fragen');
In the next Version this will be Standard.
Roland