Hallo,
habe es gefunden, Du hattest einen guten "Riecher"!
Ich verstehe überhaupt nicht wie das passiert ist.
In der config.php Zeile 80
<a href=" modules.php?name=' .$module_name. '&action=config">' ._REDIRECTMESS2. '</a>
ändern in
<a href="modules.php?name=' .$module_name. '&action=config">' ._REDIRECTMESS2. '</a>
weiter in Zeile 86
<form action=" modules.php?name=' .$module_name. '&action=config" method="post">
ändern in
<form action="modules.php?name=' .$module_name. '&action=config" method="post">
Vielen Dank für Deinen Hinweis!!
Ich hoffe es funktioniert jetzt
Gruß Guido