Conversation
…re are no items to delete, exit
|
The commit |
|
Hey. Thanks for pull request. |
|
I'll check it out, but the bind value is taken into account on call to I'll pull the other branch and check it out, thanks On 1 October 2015 at 02:41, Jan Buchta notifications@github.com wrote:
Stack is the new term for "I have no idea what I'm actually using". |
|
@J-8 we might have to anounce creating pull requests more prominently in the readme. EDIT: I haven't read #61 before.
|
|
I think @jklmnn is right. |
Ok, this is in order of the bugs I found:
if (!hash_equals($authKey, crypt($auth, $authKey))){is not how you use crypt. There must be something that I'm missing here because I don't know why you'd even do this. You encrypted the variable $auth with the salt $authKey, but you don't have this value stored somewhere to actually check for equality