Fix $_SESSION['newtoken'] must be newToken()

This commit is contained in:
Laurent Destailleur
2019-12-18 23:12:31 +01:00
parent db5672ae90
commit f44b85f557
453 changed files with 676 additions and 676 deletions

View File

@@ -105,7 +105,7 @@ print '<br>';
print '<form method="post" action="'.$_SERVER["PHP_SELF"].'?action=setvalue">';
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
print '<input type="hidden" name="token" value="'.newToken().'">';
$form = new Form($db);