Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
40.91 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
# uninstall.pl # Called when webmin is uninstalled require 'cluster-cron-lib.pl'; sub module_uninstall { @jobs = &list_cluster_jobs(); foreach $j (sort { $b->{'line'} <=> $a->{'line'} } @jobs) { &delete_cluster_job($j); } } 1;