Use new module

This commit is contained in:
Jamie Cameron
2009-03-01 21:38:56 +00:00
parent b84eb93be3
commit d5ba59646e

View File

@@ -1,9 +1,9 @@
# syslog-lib.pl
# Functions for the syslog module
do '../web-lib.pl';
BEGIN { push(@INC, ".."); };
use WebminCore;
&init_config();
do '../ui-lib.pl';
%access = &get_module_acl();
# get_config()