Tobias Begalke 7 lat temu
rodzic
commit
8d2601a344
1 zmienionych plików z 1 dodań i 1 usunięć
  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