mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
Merge branch 'develop' of github.com:ether/etherpad-lite into require-kernel-change
This commit is contained in:
commit
3bf9f3cf1d
8 changed files with 654 additions and 5 deletions
|
@ -450,6 +450,7 @@ exports.handle = function(apiVersion, functionName, fields, req, res)
|
|||
|
||||
if(fields["apikey"] != apikey.trim())
|
||||
{
|
||||
res.statusCode = 401;
|
||||
res.send({code: 4, message: "no or wrong API Key", data: null});
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue