Handle hostnames with upper-case letters
[webmin.git] / date_chooser.cgi
index 12b8f49..616261f 100755 (executable)
@@ -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();