mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-27 02:59:15 +00:00
Update the login menu link.
This commit is contained in:
@@ -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;
|
||||
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user