We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So I have this errors: Warning: pack(): Type H: illegal hex digit R in C:\xampp\htdocs\legacy-master\index.php on line 192
Warning: pack(): Type H: illegal hex digit T in C:\xampp\htdocs\legacy-master\index.php on line 192
And I'm quite sure it's because of this line in the code:
$key = pack("H*", 'REDACTED');
Thing is, what do I have to change there for it to work?
I would appreciate if anyone was kind enough to explain me
Thanks!
The text was updated successfully, but these errors were encountered:
You need to generate a hex key to put here (encrypt passwords)
It is not an error, just warning.
Sorry, something went wrong.
No branches or pull requests
So I have this errors:
Warning: pack(): Type H: illegal hex digit R in C:\xampp\htdocs\legacy-master\index.php on line 192
Warning: pack(): Type H: illegal hex digit T in C:\xampp\htdocs\legacy-master\index.php on line 192
And I'm quite sure it's because of this line in the code:
$key = pack("H*", 'REDACTED');
Thing is, what do I have to change there for it to work?
I would appreciate if anyone was kind enough to explain me
Thanks!
The text was updated successfully, but these errors were encountered: