mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Use new module
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
# rather than a script.
|
||||
# XXX some thing are not supported by ipfw1
|
||||
|
||||
do '../web-lib.pl';
|
||||
BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
&init_config();
|
||||
do '../ui-lib.pl';
|
||||
if (&foreign_check("net")) {
|
||||
&foreign_require("net", "net-lib.pl");
|
||||
if (defined(&net::get_rc_conf)) {
|
||||
|
||||
Reference in New Issue
Block a user