⚝
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
/
virtual-server
/
View File Name :
uninstall.pl
# uninstall.pl # Called when this module is un-installed to delete all cron jobs, init # scripts and daemons require 'virtual-server-lib.pl'; sub module_uninstall { foreach my $cmd (@all_cron_commands) { &delete_cron_script($cmd); } # Turn off lookup-domain action &foreign_require("init"); &foreign_require("proc"); if (&check_pid_file($pidfile)) { &init::stop_action("lookup-domain"); } &init::disable_at_boot("lookup-domain"); # Delete API helper local $api_helper_command = &get_api_helper_command(); if (-r $api_helper_command && !-d $api_helper_command) { &unlink_file($api_helper_command); } } 1;