⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
webmin
/
usermin
/
View File Name :
save_acl.cgi
#!/usr/bin/perl # save_acl.cgi # Change visible usermin modules require './usermin-lib.pl'; $access{'acl'} || &error($text{'acl_ecannot'}); &ReadParse(); &lock_file(&usermin_acl_filename()); @mods = split(/\0/, $in{'mod'}); &save_usermin_acl("user", \@mods); &unlock_file(&usermin_acl_filename()); &webmin_log("acl", undef, undef, \%in); &redirect("");