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:
Znote
2021-07-24 01:56:03 +02:00
parent 9e790a71f6
commit 8f5487db2b
2 changed files with 52 additions and 2 deletions

View File

@@ -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