File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 9090 <br /> <br /> <br /> <br />
9191 ' .$ wb ['login_1_txt ' ].' ' . $ dbData ['username ' ] . '?<br />
9292 ' .$ wb ['login_2_txt ' ].'<br />
93- <div style="visibility:hidden">
94- <input type="text" name="username" value=" ' . $ dbData ['username ' ] . '" />
95- <input type="password" name="password" value=" ' . $ dbData ['passwort ' ] .'" />
96- </div>
93+ <input type="hidden" name="username" value=" ' . $ dbData ['username ' ] . '" />
94+ <input type="hidden" name="password" value=" ' . $ dbData ['passwort ' ] .'" />
9795 <input type="hidden" name="s_mod" value="dashboard" />
9896 <input type="hidden" name="s_pg" value="dashboard" />
9997 <input type="hidden" name="login_as" value="1" />
Original file line number Diff line number Diff line change 4848 echo '
4949 <br /> <br /> <br /> <br />
5050 ' .str_replace ('{UTYPE} ' , $ utype , $ wb ['login_as_or_logout_txt ' ]).'<br />
51- <div style="visibility:hidden">
52- <input type="text" name="username" value=" ' . $ _SESSION ['s_old ' ]['user ' ]['username ' ] . '" />
53- <input type="password" name="password" value=" ' . $ _SESSION ['s_old ' ]['user ' ]['passwort ' ] .'" />
54- </div>
51+ <input type="hidden" name="username" value=" ' . $ _SESSION ['s_old ' ]['user ' ]['username ' ] . '" />
52+ <input type="hidden" name="password" value=" ' . $ _SESSION ['s_old ' ]['user ' ]['passwort ' ] .'" />
5553 <input type="hidden" name="s_mod" value="login" />
5654 <input type="hidden" name="s_pg" value="index" />
5755 <input type="hidden" name="login_as" value="1" />
You can’t perform that action at this time.
0 commit comments