Conditional Ajax parameter in setup

This commit is contained in:
Marc Delisle
2011-01-29 15:04:08 -05:00
parent dea96e2e5a
commit 0b7d8e5bf4
2 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ if (!function_exists('__')) {
die('Bad invocation!');
}
$strConfigAjaxEnable_desc = __('Improves efficiency of screen refresh');
$strConfigAjaxEnable_name = __('Enable Ajax');
$strConfigAllowArbitraryServer_desc = __('If enabled user can enter any MySQL server in login form for cookie auth');
$strConfigAllowArbitraryServer_name = __('Allow login to any MySQL server');
$strConfigAllowThirdPartyFraming_desc = __('Enabling this allows a page located on a different domain to call phpMyAdmin inside a frame, and is a potential [strong]security hole[/strong] allowing cross-frame scripting attacks');

View File

@@ -120,6 +120,7 @@ $forms['Features']['Developer'] = array(
'Error_Handler/gather',
'DBG/sql');
$forms['Features']['Other_core_settings'] = array(
'AjaxEnable',
'NaturalOrder',
'InitialSlidersState',
'ErrorIconic',