? boost-563380.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.125
diff -u -p -r1.3.2.2.2.5.2.125 boost.module
--- boost.module	31 Aug 2009 08:59:33 -0000	1.3.2.2.2.5.2.125
+++ boost.module	31 Aug 2009 21:10:31 -0000
@@ -2229,10 +2229,10 @@ function boost_crawler_run() {
   $self = $base_url . '/' . 'boost-crawler?nocache=1';
 
   // Only allow self to call this page if not called via cron.
-  if ($_GET['q'] == 'boost-crawler' && $_SERVER['REMOTE_ADDR'] != $_SERVER['SERVER_ADDR']) {
-    drupal_access_denied();
-    exit;
-  }
+//   if ($_GET['q'] == 'boost-crawler' && $_SERVER['REMOTE_ADDR'] != $_SERVER['SERVER_ADDR']) {
+//     drupal_access_denied();
+//     exit;
+//   }
 
   if ($_GET['q'] == 'boost-crawler') {
     // Return html so connection closes
