Skip to content

Commit

Permalink
Fix #11395: show_queries_list should be a global option
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhicks committed Jan 15, 2010
1 parent 589ef8f commit f3d5815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_defaults_inc.php
Expand Up @@ -3844,7 +3844,7 @@
* @global array $g_global_settings
*/
$g_global_settings = array(
'_table$', 'cookie', '^db_', 'hostname', 'allow_signup', 'database_name', 'show_queries_count', 'admin_checks', 'version_suffix', 'global_settings',
'_table$', 'cookie', '^db_', 'hostname', 'allow_signup', 'database_name', 'show_queries_', 'admin_checks', 'version_suffix', 'global_settings',
'_path$', 'use_iis', 'language', 'use_javascript', 'minimal_jscss', 'display_errors', 'show_detailed_errors', 'stop_on_errors', 'login_method', '_file$',
'anonymous', 'content_expire', 'html_valid_tags', 'custom_headers', 'rss_key_seed', 'plugins_enabled', 'session_', 'form_security_',
'compress_html', '_page$', '_url$',
Expand Down

0 comments on commit f3d5815

Please sign in to comment.