Wrong method (POST), should be GET
authorRoland Häder <roland@mxchange.org>
Fri, 23 Nov 2012 23:38:34 +0000 (23:38 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 23 Nov 2012 23:38:34 +0000 (23:38 +0000)
templates/de/html/install/install_finished.tpl

index 583b50394b67faa4df092acd147f8a69546c6744..f8ea6ffbeed58ed57f890349cbdc41c874471176 100644 (file)
@@ -7,7 +7,7 @@
        {--INSTALLER_FIN_SECU--}
 </div>
 
-{%form,formMethodPost,formTarget_self=modules.php%}
+{%form,formMethodGet,formTarget_self=modules.php%}
        <input type="hidden" name="module" value="admin" />
        <input type="submit" class="form_submit" value="{--INSTALLER_CONTINUE_ADMIN--}" />
 {%form_close%}