Suggested-by: Adam G <ag@ipfire.org>
Fixes: bug13852
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Tested-by: Adam G <ag@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Acked-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
# Check if an file for etags has been given.
if ($etags_file) {
# Read-in Etags file for known Etags if the file is present.
- &readhash("$etags_file", \%etags) if (-f $etags_file);
+ &General::readhash("$etags_file", \%etags) if (-f $etags_file);
# Check if an Etag for the requested file is stored.
if ($etags{$etagprefix}) {