Skip to content

Releases: binarysec/owfGod

Fixed database flood

Choose a tag to compare

@Aloth974 Aloth974 released this 01 Oct 07:00

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;