Skip to content

Releases: binarysec/owfGod

Fixed database flood

01 Oct 07:00

Choose a tag to compare

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;