소스 검색

Change the path from /app/user_logs to /core/user_logs.

FusionPBX 4 년 전
부모
커밋
4ceeb0c8e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/authentication/resources/classes/authentication.php

+ 1 - 1
core/authentication/resources/classes/authentication.php

@@ -102,7 +102,7 @@ class authentication {
 			}
 
 		//add user logs
-			if (file_exists($_SERVER["PROJECT_ROOT"]."/app/user_logs/app_config.php")) {
+			if (file_exists($_SERVER["PROJECT_ROOT"]."/core/user_logs/app_config.php")) {
 				user_logs::add($result);
 			}