mirror of
https://github.com/webmin/webmin.git
synced 2026-08-09 01:00:40 +01:00
Use new module
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# inetd-lib.pl
|
||||
# Common functions for managing inetd.conf and services files
|
||||
|
||||
do '../web-lib.pl';
|
||||
BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
&init_config();
|
||||
do '../ui-lib.pl';
|
||||
|
||||
$lib = &get_mod_lib();
|
||||
if ($lib) {
|
||||
|
||||
Reference in New Issue
Block a user