Use require to avoid duplicate function warnings

This commit is contained in:
Jamie Cameron
2020-07-25 17:56:16 -07:00
parent 591fbe8656
commit db89c10c61
7 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
do 'iscsi-server-lib.pl';
require 'iscsi-server-lib.pl';
# backup_config_files()
# Returns files and directories that can be backed up

View File

@ -1,6 +1,6 @@
# install_check.pl
do 'iscsi-server-lib.pl';
require 'iscsi-server-lib.pl';
# is_installed(mode)
# For mode 1, returns 2 if the server is installed and configured for use by

View File

@ -1,7 +1,7 @@
# log_parser.pl
# Functions for parsing this module's logs
do 'iscsi-server-lib.pl';
require 'iscsi-server-lib.pl';
# parse_webmin_log(user, script, action, type, object, &params)
# Converts logged information from this module into human-readable form