Use new module in top-level CGIs

This commit is contained in:
Jamie Cameron
2009-03-01 07:50:15 +00:00
parent 85ffd58837
commit c98c806c41

View File

@@ -1,9 +1,10 @@
#!/usr/local/bin/perl
# Search Webmin modules and help pages and text and config.info
do './web-lib.pl';
BEGIN { push(@INC, ".."); };
use WebminCore;
&init_config();
do './ui-lib.pl';
&ReadParse();
$prod = &get_product_name();