--- authorize.php 2010-04-22 03:16:24.000000000 -0700 +++ authorize.php 2010-11-16 00:28:33.944107306 -0800 @@ -141,11 +141,6 @@ if (authorize_access_allowed()) { $links += $results['tasks']; } - $links = array_merge($links, array( - l(t('Administration pages'), 'admin'), - l(t('Front page'), ''), - )); - $output .= theme('item_list', array('items' => $links)); } // If a batch is running, let it run.