Refactored, no more redirects. Improved error messaging system

This commit is contained in:
2023-03-06 19:25:21 +01:00
parent 7cfcaeb9d7
commit 78b97c5094
87 changed files with 1801 additions and 2633 deletions
+3 -3
View File
@@ -1,5 +1,4 @@
<form method="POST" action="submit.php">
<input type="hidden" name="edit" value="optionspassword">
<form method="POST" action="options.php">
<table class="title">
<tr>
@@ -9,7 +8,7 @@
</td>
<td align="right">
<a href="#" onClick="history.go(-1)"><img src="image.php?icon=back" alt="{$lang_cancel}"></a>
<input type="image" src="image.php?icon=save" alt="{$lang_submit}">
<input type="image" name="submit[exec-pass]" src="image.php?icon=save" alt="{$lang_submit}">
</td>
</tr>
</table>
@@ -37,6 +36,7 @@
</td>
<td class="value">
<input type="password" name="user_newpass1">
(minimum length 5 chars)
</td>
</tr>
<tr>