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:
@@ -1,9 +1,9 @@
|
||||
# cluster-useradmin-lib.pl
|
||||
# common functions for managing users across a cluster
|
||||
|
||||
do '../web-lib.pl';
|
||||
BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
&init_config();
|
||||
do '../ui-lib.pl';
|
||||
&foreign_require("servers", "servers-lib.pl");
|
||||
%useradmin_text = &load_language("useradmin");
|
||||
%text = ( %useradmin_text, %text );
|
||||
|
||||
Reference in New Issue
Block a user