diff --git a/core/login/app_config.php b/core/login/app_config.php index 7b7bab3e90..5aaa88fdc3 100644 --- a/core/login/app_config.php +++ b/core/login/app_config.php @@ -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'; diff --git a/resources/logout.php b/resources/logout.php index 5949c23f90..7b288bad2d 100644 --- a/resources/logout.php +++ b/resources/logout.php @@ -35,4 +35,4 @@ include "root.php"; header("Location: ".PROJECT_PATH."/"); return; -?> +?> \ No newline at end of file