diff --git a/addressbook/inc/hook_admin.inc.php b/addressbook/inc/hook_admin.inc.php index 5cb56965ef..73d97595bf 100644 --- a/addressbook/inc/hook_admin.inc.php +++ b/addressbook/inc/hook_admin.inc.php @@ -15,7 +15,7 @@ // Only Modify the $file and $title variables..... $title = $appname; $file = Array( - 'Site Configuration' => $GLOBALS['phpgw']->link('/admin/config.php','appname=' . $appname) + 'Site Configuration' => $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' . $appname) ); //Do not modify below this line display_section($appname,$title,$file); diff --git a/admin/inc/hook_admin.inc.php b/admin/inc/hook_admin.inc.php index 4f5fdc20a9..8285b84feb 100644 --- a/admin/inc/hook_admin.inc.php +++ b/admin/inc/hook_admin.inc.php @@ -13,7 +13,7 @@ if (! $GLOBALS['phpgw']->acl->check('site_config_access',1,'admin')) { - $file['Site Configuration'] = $GLOBALS['phpgw']->link('/admin/config.php','appname=admin'); + $file['Site Configuration'] = $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=admin'); } if (! $GLOBALS['phpgw']->acl->check('peer_server_access',1,'admin'))