Codebase list libapache-gallery-perl / HEAD
import Apache2::Const::REDIRECT Don Armstrong 6 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2424 require Apache2::SubRequest;
2525 require Apache2::Const;
2626
27 Apache2::Const->import(-compile => 'OK','DECLINED','FORBIDDEN','NOT_FOUND','HTTP_NOT_MODIFIED');
27 Apache2::Const->import(-compile => 'OK','DECLINED','FORBIDDEN',
28 'NOT_FOUND','HTTP_NOT_MODIFIED', 'REDIRECT');
2829
2930 $::MP2 = 1;
3031 } else {