Changeset 7
- Timestamp:
- 05/16/07 04:57:47
- Files:
-
- xmlautoindex/trunk/Apache/XmlAutoIndex.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
xmlautoindex/trunk/Apache/XmlAutoIndex.pm
r5 r7 159 159 { 160 160 #'display' param is set but not understood 161 return Apache2::Const::FORBIDDEN(); 161 return Apache2::Const::DECLINED(); 162 #return Apache2::Const::FORBIDDEN(); 162 163 } 163 164 }
