myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2149] trunk/app/controllers/application.rb: miss


From: noreply
Subject: [myexperiment-hackers] [2149] trunk/app/controllers/application.rb: missing change from last commit
Date: Sun, 29 Mar 2009 18:11:35 -0400 (EDT)

Revision
2149
Author
dgc
Date
2009-03-29 18:11:35 -0400 (Sun, 29 Mar 2009)

Log Message

missing change from last commit

Modified Paths

Diff

Modified: trunk/app/controllers/application.rb (2148 => 2149)


--- trunk/app/controllers/application.rb	2009-03-29 19:26:53 UTC (rev 2148)
+++ trunk/app/controllers/application.rb	2009-03-29 22:11:35 UTC (rev 2149)
@@ -72,7 +72,7 @@
     # check if the current viewing/download is to be logged
     # (i.e. request is sent not by a bot and is legitimate)
     allow_logging = true
-    BOT_IGNORE_LIST.each do |pattern|
+    Conf.bot_ignore_list.each do |pattern|
       if request.env['HTTP_USER_AGENT'] and request.env['HTTP_USER_AGENT'].match(pattern)
         allow_logging = false
         break

reply via email to

[Prev in Thread] Current Thread [Next in Thread]