From 6d9948d672d029472a6841f5badd607d1336a65e Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 13 Jan 2013 12:22:19 +0000 Subject: [PATCH] For convenience move logout.php back to the root directory. --- app/login/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/login/app_config.php b/app/login/app_config.php index 5aaa88fdc3..9afc8a56fb 100644 --- a/app/login/app_config.php +++ b/app/login/app_config.php @@ -49,7 +49,7 @@ $apps[$x]['menu'][1]['uuid'] = '0d29e9f4-0c9b-9d8d-cd2d-454899dc9bc4'; $apps[$x]['menu'][1]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788'; $apps[$x]['menu'][1]['category'] = 'internal'; - $apps[$x]['menu'][1]['path'] = '/resources/logout.php'; + $apps[$x]['menu'][1]['path'] = '/logout.php'; $apps[$x]['menu'][1]['groups'][] = 'user'; $apps[$x]['menu'][1]['groups'][] = 'admin'; $apps[$x]['menu'][1]['groups'][] = 'superadmin';