Tobias Begalke před 7 roky
rodič
revize
8d2601a344
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lua/scw.lua

+ 1 - 1
lua/scw.lua

@@ -40,7 +40,7 @@ function scw(r)
 
 
 	uri = string.match(r.the_request, "^%w+%s+(.+)%s+HTTP")
-  if ignore ~= nil and regex.match(r.uri, ignore) then
+  if ignore ~= nil and regex.match(uri, ignore) then
     return apache2.DECLINED
   end