mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-19 04:23:25 +02:00
Admin - executed SQL queries overlay
Allow admins to see executed SQL queries overlay Useful for testing and optimizing query usage on website
This commit is contained in:
@@ -673,6 +673,9 @@
|
||||
'firstaccountName',
|
||||
'secondaccountName',
|
||||
);
|
||||
// Allow admins to see executed SQL queries overlay
|
||||
// Useful for testing and optimizing query usage on website
|
||||
$config['admin_show_queries'] = true;
|
||||
|
||||
// Built-in FORUM
|
||||
// Enable forum, enable guildboards, level to create threads/post in them
|
||||
|
Reference in New Issue
Block a user