missing newtoken
This commit is contained in:
parent
a8b1a75ea3
commit
c6c7d1f5e1
@ -185,6 +185,7 @@ else
|
|||||||
print '<br>'."\n";
|
print '<br>'."\n";
|
||||||
|
|
||||||
print '<form name="formtest" method="POST" action="'.$_SERVER["PHP_SELF"].'">'."\n";
|
print '<form name="formtest" method="POST" action="'.$_SERVER["PHP_SELF"].'">'."\n";
|
||||||
|
print '<input type="hidden" name="token" value="' . $_SESSION ['newtoken'] . '">';
|
||||||
|
|
||||||
// Skins
|
// Skins
|
||||||
show_skin(null, 1);
|
show_skin(null, 1);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user