Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2532634ac9 | ||
|
|
2eefcd7677 |
@@ -61,3 +61,7 @@ v1.4 - 2013/6/28
|
||||
|
||||
* fixed authentication with Mr.Reader 2.0
|
||||
* fixed debugging options
|
||||
|
||||
v1.4.1 - 2013/6/28
|
||||
|
||||
* removed password from debug log file
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
// v1.4.1
|
||||
|
||||
class FeverAPI extends Handler {
|
||||
|
||||
const API_LEVEL = 3;
|
||||
@@ -131,7 +133,7 @@ class FeverAPI extends Handler {
|
||||
// debug output
|
||||
$output = array();
|
||||
$output['email'] = $username;
|
||||
$output['password'] = $password;
|
||||
$output['password'] = '***not displayed***';
|
||||
$output['apikey'] = $apikey;
|
||||
file_put_contents('./debug_fever.txt','auth POST: '.json_encode($output)."\n",FILE_APPEND);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user