Skip to content

Commit

Permalink
Revert "Add additional settings to g_global_settings"
Browse files Browse the repository at this point in the history
This reverts commit 5d6b525.

Instead of banning these additional settings from being locatable in the
database, we really need a new array of settings that cannot be set on a
per-project basis.
  • Loading branch information
davidhicks committed Jul 10, 2009
1 parent 949b480 commit 55e48e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config_defaults_inc.php
Expand Up @@ -3691,8 +3691,7 @@
* @global array $g_global_settings
*/
$g_global_settings = array(
'_table$', 'cookie', '^db_', 'hostname', 'allow_signup', 'database_name', 'show_queries_', 'admin_checks', 'version_suffix', 'global_settings',
'_table$', 'cookie', '^db_', 'hostname', 'allow_signup', 'database_name', 'show_queries_count', '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',
'admin_site_threshold', 'manage_site_threshold', 'manage_user_threshold'
'anonymous', 'content_expire', 'html_valid_tags', 'custom_headers', 'rss_key_seed', 'plugins_enabled', 'session_', 'form_security_', 'compress_html'
);

0 comments on commit 55e48e0

Please sign in to comment.