]> git.donarmstrong.com Git - deb_pkgs/libapache-gallery-perl.git/commitdiff
import Apache2::Const::REDIRECT master debian/1.0.2-5
authorDon Armstrong <don@donarmstrong.com>
Thu, 2 Nov 2017 18:59:00 +0000 (11:59 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 2 Nov 2017 18:59:00 +0000 (11:59 -0700)
lib/Apache/Gallery.pm

index aa60b7a46977dd6c5cb56ba4a4cc23ab7e74383d..99eb42311f0e732e142e68098c277a829e2c4a3a 100644 (file)
@@ -25,7 +25,8 @@ BEGIN {
                require Apache2::SubRequest;
                require Apache2::Const;
        
-               Apache2::Const->import(-compile => 'OK','DECLINED','FORBIDDEN','NOT_FOUND','HTTP_NOT_MODIFIED');
+               Apache2::Const->import(-compile => 'OK','DECLINED','FORBIDDEN',
+                               'NOT_FOUND','HTTP_NOT_MODIFIED', 'REDIRECT');
 
                $::MP2 = 1;
        } else {