install/includes/stages/database_mysql.php
changeset 407 35d94240a197
parent 404 fb4f9e6f378f
child 536 218a627eb53e
equal deleted inserted replaced
406:7468a663315f 407:35d94240a197
   309         db_root_pass: frm.db_root_pass.value
   309         db_root_pass: frm.db_root_pass.value
   310       }));
   310       }));
   311     
   311     
   312     ajaxPost(scriptPath + '/install/install.php?stage=database', connection_info + '&driver=mysql&ajax_test=on&language=' + enano_lang_code[ENANO_LANG_ID], function()
   312     ajaxPost(scriptPath + '/install/install.php?stage=database', connection_info + '&driver=mysql&ajax_test=on&language=' + enano_lang_code[ENANO_LANG_ID], function()
   313       {
   313       {
   314         if ( ajax.readyState == 4 )
   314         if ( ajax.readyState == 4 && ajax.status == 200 )
   315         {
   315         {
   316           setTimeout('install_unset_ajax_loading();', 750);
   316           setTimeout('install_unset_ajax_loading();', 750);
   317           // Process response
   317           // Process response
   318           var response = String(ajax.responseText + '');
   318           var response = String(ajax.responseText + '');
   319           if ( response.substr(0, 1) != '{' )
   319           if ( response.substr(0, 1) != '{' )