Releases: binarysec/owfGod
Releases · binarysec/owfGod
Fixed database flood
Empty keys should not be registered to the database anymore.
- Check if you have empty keys in your database : SELECT count(*) FROM god_lang_keys WHERE god_lang_keys.key IS NULL;
- Delete empty keys : DELETE FROM god_lang_keys WHERE god_lang_keys.key IS NULL;