Update the login menu link.
This commit is contained in:
parent
b8f35ca672
commit
9951deb10b
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
|
|
@ -35,4 +35,4 @@ include "root.php";
|
|||
header("Location: ".PROJECT_PATH."/");
|
||||
return;
|
||||
|
||||
?>
|
||||
?>
|
||||
Loading…
Reference in New Issue