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 May 18, 2024. It is now read-only.
Not sure if this is a bug, or something unique to me, but when I used your library, I found the class name referenced was wrong.
$storage = new GSB_StoreDB($dbh);
should be:
$storage = new GSB_Storage($dbh);
After I updated that, and also added a PDO DB password, it started downloading the hashes.
The text was updated successfully, but these errors were encountered: