mirror of
https://github.com/webmin/webmin.git
synced 2025-08-01 07:22:48 +00:00
fix session_id
This commit is contained in:
@ -90,7 +90,7 @@ else {
|
|||||||
# Show a confirmation message
|
# Show a confirmation message
|
||||||
&ui_print_header(undef, $text{'passwd_title'}, "");
|
&ui_print_header(undef, $text{'passwd_title'}, "");
|
||||||
if (($user->{'user'} eq $remote_user || $user->{'user'} eq $base_remote_user) &&
|
if (($user->{'user'} eq $remote_user || $user->{'user'} eq $base_remote_user) &&
|
||||||
!$session_id) {
|
!$main::session_id) {
|
||||||
print "<p>",&text('passwd_ok', "<tt>$user->{'user'}</tt>"),"<p>\n";
|
print "<p>",&text('passwd_ok', "<tt>$user->{'user'}</tt>"),"<p>\n";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Reference in New Issue
Block a user