mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
No need for BEGIN block
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Returns a list of files and directories under some directory
|
||||
|
||||
$trust_unknown_referers = 1;
|
||||
BEGIN { require './bacula-backup-lib.pl'; }
|
||||
require './bacula-backup-lib.pl';
|
||||
&ReadParse();
|
||||
|
||||
# Input sanitization
|
||||
|
||||
Reference in New Issue
Block a user