? sites/default/files
? sites/default/settings.php
Index: .htaccess
===================================================================
RCS file: /cvs/drupal/drupal/.htaccess,v
retrieving revision 1.104
diff -u -p -r1.104 .htaccess
--- .htaccess	16 Aug 2009 12:10:36 -0000	1.104
+++ .htaccess	16 Aug 2009 18:37:38 -0000
@@ -82,7 +82,7 @@ DirectoryIndex index.php index.html inde
   # VirtualDocumentRoot and the rewrite rules are not working properly.
   # For example if your site is at http://example.com/drupal uncomment and
   # modify the following line:
-  # RewriteBase /drupal
+  RewriteBase /alexanderpas/drupal
   #
   # If your site is running in a VirtualDocumentRoot at http://example.com/,
   # uncomment the following line:
Index: modules/system/system.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.module,v
retrieving revision 1.748
diff -u -p -r1.748 system.module
--- modules/system/system.module	15 Aug 2009 15:57:44 -0000	1.748
+++ modules/system/system.module	16 Aug 2009 18:37:44 -0000
@@ -574,14 +574,12 @@ function system_menu() {
   // Configuration and modules.
   $items['admin/config'] = array(
     'title' => 'Configuration and modules',
-    'page callback' => 'system_admin_config_page',
-    'access arguments' => array('access administration pages'),
-  );
-  $items['admin/config/config'] = array(
-    'title' => 'Configuration',
-    'access arguments' => array('administer site configuration'),
-    'type' => MENU_DEFAULT_LOCAL_TASK,
+    'description' => 'Control how your site looks and feels.',
+    'position' => 'left',
     'weight' => -10,
+    'page callback' => 'system_admin_menu_block_page',
+    'access callback' => 'system_admin_menu_block_access',
+    'access arguments' => array('admin/config', 'access administration pages'),
   );
   $items['admin/config/modules'] = array(
     'title' => 'Modules',
@@ -589,7 +587,6 @@ function system_menu() {
     'page callback' => 'drupal_get_form',
     'page arguments' => array('system_modules'),
     'access arguments' => array('administer site configuration'),
-    'type' => MENU_LOCAL_TASK,
     'weight' => 10,
   );
   $items['admin/config/modules/list'] = array(
