]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: use filetest to allow ACLs
[Gitweb] / gitweb.perl
index 80984e6ac1f9f79e9cb86ee117bdce081d33bc6cd58f1c093a3131436db3357f..75d1c5b3f49c4ecf886c1062dcf9f244de3b2cf7979bfef0d0525664bfbadc9b 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);
This page took 0.237878 seconds and 4 git commands to generate.