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