소스 검색

Add a log line in greader API.

See https://github.com/FreshRSS/FreshRSS/issues/747
Marien Fressinaud 11 년 전
부모
커밋
e7e7a320d6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      p/api/greader.php

+ 1 - 0
p/api/greader.php

@@ -152,6 +152,7 @@ function authorizationToUserConf() {
 			if (ctype_alnum($user)) {
 				$conf = get_user_configuration($user);
 				if (is_null($conf)) {
+					logMe('Invalid configuration API file for user ' . $user);
 					unauthorized();
 				}
 				$system_conf = Minz_Configuration::get('system');