I'm a retard, fix brown paper bag bug from the last commit.

This commit is contained in:
uriel 2009-06-07 10:40:35 +02:00
parent 5e2170a691
commit a745a8bd28

View File

@ -93,7 +93,7 @@ fn setup_handlers {
handler_body_main=(html_handler $local_path.html) handler_body_main=(html_handler $local_path.html)
# Global tpl (eg sitemap.tpl), should take precedence over txt handler! # Global tpl (eg sitemap.tpl), should take precedence over txt handler!
if not if(test -f tpl^$req_path^.tpl) if not if(test -f tpl^$req_path^.tpl)
handler_body_main=(tpl_handler lib^$req_path^.tpl) handler_body_main=(tpl_handler tpl^$req_path^.tpl)
if not if(test -f $local_path.txt) if not if(test -f $local_path.txt)
handler_body_main=(txt_handler $local_path.txt) handler_body_main=(txt_handler $local_path.txt)