Переглянути джерело

Update the login menu link.

Mark Crane 12 роки тому
батько
коміт
9f679cbc14
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      core/login/app_config.php
  2. 1 1
      resources/logout.php

+ 1 - 1
core/login/app_config.php

@@ -32,7 +32,7 @@
 		$apps[$x]['menu'][0]['uuid'] = 'c85bf816-b88d-40fa-8634-11b456928afa';
 		$apps[$x]['menu'][0]['uuid'] = 'c85bf816-b88d-40fa-8634-11b456928afa';
 		$apps[$x]['menu'][0]['parent_uuid'] = '';
 		$apps[$x]['menu'][0]['parent_uuid'] = '';
 		$apps[$x]['menu'][0]['category'] = 'internal';
 		$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]['groups'][] = 'public';
 		$apps[$x]['menu'][0]['order'] = '99';
 		$apps[$x]['menu'][0]['order'] = '99';
 
 

+ 1 - 1
resources/logout.php

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