Refactor session handling and improve data reliability.

This commit is contained in:
netkas 2024-12-19 21:10:45 -05:00
parent 014b63705b
commit ea3de13cf8
5 changed files with 84 additions and 20 deletions

View file

@ -83,7 +83,6 @@ class Utilities
if ($decoded === false)
{
var_dump($data);
throw new InvalidArgumentException('Failed to decode data from Base64');
}