missing newtoken

This commit is contained in:
Frédéric FRANCE 2019-11-04 23:08:00 +01:00 committed by GitHub
parent a8b1a75ea3
commit c6c7d1f5e1
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);