You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.
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: