diff --git a/config.php b/config.php index bc455bf..4450510 100644 --- a/config.php +++ b/config.php @@ -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 diff --git a/layout/overall/footer.php b/layout/overall/footer.php index 1dc3a81..f3ac719 100644 --- a/layout/overall/footer.php +++ b/layout/overall/footer.php @@ -14,10 +14,57 @@ - - + + +