Use new module in top-level CGIs

This commit is contained in:
Jamie Cameron
2009-03-01 07:49:17 +00:00
parent 72567d9eda
commit 477658c28e

View File

@@ -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();