Update the login menu link.

This commit is contained in:
Mark Crane
2013-01-05 09:38:47 +00:00
parent b8f35ca672
commit 9951deb10b
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
$apps[$x]['menu'][0]['uuid'] = 'c85bf816-b88d-40fa-8634-11b456928afa';
$apps[$x]['menu'][0]['parent_uuid'] = '';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/core/login/login.php';
$apps[$x]['menu'][0]['path'] = '/login.php';
$apps[$x]['menu'][0]['groups'][] = 'public';
$apps[$x]['menu'][0]['order'] = '99';

View File

@@ -35,4 +35,4 @@ include "root.php";
header("Location: ".PROJECT_PATH."/");
return;
?>
?>