mirror of
https://codeberg.org/mclemens/tsmmonitor2.git
synced 2025-01-31 01:56:42 -05:00
- Fixed bug in Add/Edit servers, where the password field should remain
plain text.
This commit is contained in:
parent
d26e06e92b
commit
93f877b70e
@ -248,7 +248,7 @@ if ($_POST["css"] != "") {
|
||||
$_POST["txt".$col['Field']] = stripslashes($_POST["txt".$col['Field']]);
|
||||
}
|
||||
if ($col['Field'] != "id") {
|
||||
if ($col['Field'] == "password") {
|
||||
if ($col['Field'] == "password" && $tsmmonitor->GETVars['qq'] != 'servers') {
|
||||
if ($_POST["txt".$col['Field']] != "") {
|
||||
$val = md5($_POST["txt".$col['Field']]);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user