gitweb: use filetest to allow ACLs
[gitweb.git] / gitweb / gitweb.perl
index 9208f42ed1753530b8ea46761f8ecc61bbe95976..6ac49eaf3e6477eb9eddaeec81a39db11f586551 100755 (executable)
@@ -10,6 +10,8 @@
 use 5.008;
 use strict;
 use warnings;
+# handle ACL in file access tests
+use filetest 'access';
 use CGI qw(:standard :escapeHTML -nosticky);
 use CGI::Util qw(unescape);
 use CGI::Carp qw(fatalsToBrowser set_message);