shithub: werc

Download patch

ref: b26fe8300a7e8966ad83bede1104a4496e6f826f
parent: b167077706a38c4efcd2abb8c6a787ce5810ef16
author: uriel <uriel@engel.se.cat-v.org>
date: Sun Jan 11 02:13:25 EST 2009

Move misplaced comment

--- a/bin/werc.rc
+++ b/bin/werc.rc
@@ -102,9 +102,9 @@
     if(! ~ $#enabled_apps 0)
         init_apps
 
-    # Dir listing
     if(! ~ $#handler_body_main 0)
-        { } # Pass
+        { }
+    # Dir listing
     if not if(~ $local_path */index)
         handler_body_main=(dir_listing_handler $local_path)
     # Explicit .html urls, the web server might handle this first!