? 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.118
diff -u -p -r1.3.2.2.2.5.2.118 boost.module
--- boost.module	30 Aug 2009 07:24:16 -0000	1.3.2.2.2.5.2.118
+++ boost.module	30 Aug 2009 07:30:46 -0000
@@ -220,6 +220,7 @@ function boost_menu() {
     'page callback' => 'boost_stats_ajax_callback',
     'type' => MENU_CALLBACK,
     'access callback' => 1,
+    'access arguments' => array('access content'),
     'file path' => drupal_get_path('module', 'boost'),
     'file' => 'stats/boost_stats.ajax.inc',
   );
@@ -227,6 +228,7 @@ function boost_menu() {
     'page callback' => 'boost_crawler_run',
     'type' => MENU_CALLBACK,
     'access callback' => 1,
+    'access arguments' => array('access content'),
     'file path' => drupal_get_path('module', 'boost'),
   );
   return $items;
