Merge pull request #12333 from frederic34/patch-14

missing newtoken
This commit is contained in:
Laurent Destailleur 2019-11-05 10:06:06 +01:00 committed by GitHub
commit 2f05d79352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,6 +185,7 @@ else
print '<br>'."\n";
print '<form name="formtest" method="POST" action="'.$_SERVER["PHP_SELF"].'">'."\n";
print '<input type="hidden" name="token" value="' . $_SESSION ['newtoken'] . '">';
// Skins
show_skin(null, 1);