mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
* only throw errors if there is actually a config to work with. (like, not when you are just setting up for the first time) * do not use trigger_error() in CLI mode as it can cause a lockup as the error_handler tries to throw more errors. * assign lost validator fn flag to settings * also use validator onReset
2 lines
113 B
SQL
2 lines
113 B
SQL
UPDATE aowow_config SET `flags` = `flags`| 0x400 WHERE `key` IN ('locales', 'acc_auth_mode', 'profiler_enable');
|