File manager - Edit - /usr/share/webmin/backup-config/uninstall.pl
Back
# uninstall.pl # Called when webmin is uninstalled use strict; use warnings; no warnings 'redefine'; no warnings 'uninitialized'; require 'backup-config-lib.pl'; sub module_uninstall { foreach my $backup (&list_backups()) { my $job = &find_cron_job($backup); if ($job) { &cron::delete_cron_job($job); } } } 1;
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.61 |
proxy
|
phpinfo
|
Settings