mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-03 20:53:23 -04:00
Add a log line in greader API.
See https://github.com/FreshRSS/FreshRSS/issues/747
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user