diff --git a/date_chooser.cgi b/date_chooser.cgi index 12b8f49ce..616261fd5 100755 --- a/date_chooser.cgi +++ b/date_chooser.cgi @@ -2,9 +2,11 @@ # date_chooser.cgi # Display a table of days in the current month +BEGIN { push(@INC, ".."); }; +use WebminCore; +use Time::Local; + $trust_unknown_referers = 1; -require './web-lib.pl'; -require 'timelocal.pl'; &init_config(); &ReadParse();