removed password from debug log
This commit is contained in:
@@ -61,3 +61,7 @@ v1.4 - 2013/6/28
|
|||||||
|
|
||||||
* fixed authentication with Mr.Reader 2.0
|
* fixed authentication with Mr.Reader 2.0
|
||||||
* fixed debugging options
|
* fixed debugging options
|
||||||
|
|
||||||
|
v1.4.1 - 2013/6/28
|
||||||
|
|
||||||
|
* removed password from debug log file
|
||||||
|
|||||||
@@ -131,7 +131,7 @@ class FeverAPI extends Handler {
|
|||||||
// debug output
|
// debug output
|
||||||
$output = array();
|
$output = array();
|
||||||
$output['email'] = $username;
|
$output['email'] = $username;
|
||||||
$output['password'] = $password;
|
$output['password'] = '***not displayed***';
|
||||||
$output['apikey'] = $apikey;
|
$output['apikey'] = $apikey;
|
||||||
file_put_contents('./debug_fever.txt','auth POST: '.json_encode($output)."\n",FILE_APPEND);
|
file_put_contents('./debug_fever.txt','auth POST: '.json_encode($output)."\n",FILE_APPEND);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user