For convenience move logout.php back to the root directory.

This commit is contained in:
Mark Crane 2013-01-13 12:22:19 +00:00
parent b57f9f4108
commit 6d9948d672
1 changed files with 1 additions and 1 deletions

View File

@ -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';