| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/13386/root/usr/libexec/webmin/webmin/ |
Upload File : |
require 'webmin-lib.pl';
sub module_install
{
# Update cache of which module's underlying servers are installed
&build_installed_modules();
# Pick a random update time
if (!defined($config{'uphour'}) ||
$config{'uphour'} == 3 && $config{'upmins'} == 0 && !$config{'update'}) {
&seed_random();
$config{'uphour'} = int(rand()*24);
$config{'upmins'} = int(rand()*60);
&save_module_config();
}
}