From 3307967d9cf1f7ea54073a8c5280acacdf44ba3b Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 5 Jan 2013 06:10:00 +0000 Subject: [PATCH] Fix the main menu system -> /app/user/user_dashboard. Rename v_exec.php to exec.php. --- core/menu/app_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/menu/app_config.php b/core/menu/app_config.php index 63e48d1d4f..2fd91ae0ec 100644 --- a/core/menu/app_config.php +++ b/core/menu/app_config.php @@ -50,7 +50,7 @@ $apps[$x]['menu'][1]['uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788'; $apps[$x]['menu'][1]['parent_uuid'] = ''; $apps[$x]['menu'][1]['category'] = 'internal'; - $apps[$x]['menu'][1]['path'] = '/index2.php'; + $apps[$x]['menu'][1]['path'] = '/app/user/user_dashboard.php'; $apps[$x]['menu'][1]['order'] = '5'; $apps[$x]['menu'][1]['groups'][] = 'user'; $apps[$x]['menu'][1]['groups'][] = 'admin'; @@ -115,7 +115,7 @@ $apps[$x]['menu'][5]['uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][5]['parent_uuid'] = ''; $apps[$x]['menu'][5]['category'] = 'internal'; - $apps[$x]['menu'][5]['path'] = '/app/exec/v_exec.php'; + $apps[$x]['menu'][5]['path'] = '/app/exec/exec.php'; $apps[$x]['menu'][5]['order'] = '30'; $apps[$x]['menu'][5]['groups'][] = 'superadmin';