mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Use new module in top-level CGIs
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user