From 9951deb10bb33a27fe42d37bf46cc0d5bac58581 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 5 Jan 2013 09:38:47 +0000 Subject: [PATCH] Update the login menu link. --- core/login/app_config.php | 2 +- resources/logout.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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