fix phpcs

This commit is contained in:
Frédéric FRANCE
2020-12-20 10:28:06 +01:00
parent 8d21eab6ab
commit f9ea75df3d
4 changed files with 219 additions and 130 deletions

View File

@@ -161,7 +161,6 @@ if (!count($listofmethods)) {
}
if ($action == 'edit') {
print '<form method="post" action="'.$_SERVER["PHP_SELF"].'">';
print '<input type="hidden" name="token" value="'.newToken().'">';
print '<input type="hidden" name="action" value="update">';