diff -Nur --no-dereference smeserver-webhosting-0.0.9.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm smeserver-webhosting-0.0.9/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm --- smeserver-webhosting-0.0.9.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm 2021-03-16 00:25:52.159000000 -0400 +++ smeserver-webhosting-0.0.9/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm 2021-03-16 02:02:22.517000000 -0400 @@ -32,7 +32,7 @@ validate_up_post ); -our $VERSION = sprintf '%d.%03d', q$Revision: 1.8 $ =~ /: (\d+).(\d+)/; +our $VERSION = sprintf '%d.%03d', q$Revision: 1.9 $ =~ /: (\d+).(\d+)/; our $accountdb = esmith::AccountsDB->open(); our $configdb = esmith::ConfigDB->open(); @@ -72,7 +72,7 @@ our %binary = ('disabled' => 'DISABLED', 'enabled' => 'ENABLED'); our %timehash = ( '60' => 'T001m', '120' => 'T002m', '180' => 'T003m', '240' => 'T004m', '300' => 'T005m', '360' => 'T006m', '420' => 'T007m', '480' => 'T008m', '540' => 'T009m', '600' => 'T010m', '900' => 'T015m', - '1800' => 'T030m', '2700' => 'T045m', '3600' => 'T060m', '7200' => 'T120m', 'unlimited' => 'UNLIMITED'); + '1800' => 'T030m', '2700' => 'T045m', '3600' => 'T060m', '7200' => 'T120m', '0' => 'UNLIMITED'); our %optionsproperties =( MemoryLimit => {'64M' => 'M0064MB', '128M' => 'M0128MB', '256M' => 'M0256MB', '512M' => 'M0512MB', '768M' => 'M0768MB','1024M' => 'M1024MB'}, @@ -283,7 +283,7 @@ $q->param(-name=>'postmaxsize',-value=> (get_current_value($self,'PostMaxSize'))); $q->param(-name=>'maxexecutiontime',-value=> - (get_current_value($self,'MaxExecTime'))); + (get_current_value($self,'MaxExecutionTime'))); $q->param(-name=>'maxinputtime',-value=> (get_current_value($self,'MaxInputTime'))); $q->param(-name=>'fileupload',-value=>