⚝
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 :
~
/
proc
/
thread-self
/
root
/
usr
/
share
/
webmin
/
webmin
/
View File Name :
change_lock.cgi
#!/usr/bin/perl # Save file locking settings require './webmin-lib.pl'; &ReadParse(); # Validate inputs &error_setup($text{'lock_err'}); if ($in{'lockmode'} >= 2) { @dirs = split(/\n+/, $in{'lockdirs'}); foreach $d (@dirs) { $d =~ /^\// || &error(&text('lock_edir', $d)); } @dirs || &error($text{'lock_edirs'}); } # Write out config &lock_file($config_file); $gconfig{'lockmode'} = $in{'lockmode'}; $gconfig{'lockdirs'} = join("\t", @dirs); &save_module_config(\%gconfig, ""); &unlock_file($config_file); &webmin_log("lock"); &redirect("");