⚝
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
/
bacula-backup
/
View File Name :
fixaddr.cgi
#!/usr/bin/perl # Update the host in bconsole.conf to match this system require './bacula-backup-lib.pl'; &lock_file($bconsole_conf_file); $conconf = &get_bconsole_config(); $condir = &find("Director", $conconf); $addr = &get_system_hostname(); if (!&to_ipaddress($addr) && !&to_ip6address($addr)) { $addr = "localhost"; } &save_directive($conconf, $condir, "Address", $addr, 1); &flush_file_lines(); &unlock_file($bconsole_conf_file); &webmin_log("fixaddr"); &redirect("");