install/includes/stages/database_postgresql.php
changeset 1022 06debbf8dd75
parent 857 f3a5a276208c
child 1081 745200a9cc2a
equal deleted inserted replaced
1021:5990ac411f34 1022:06debbf8dd75
   266         db_pass: frm.db_pass.value,
   266         db_pass: frm.db_pass.value,
   267         db_root_user: frm.db_root_user.value,
   267         db_root_user: frm.db_root_user.value,
   268         db_root_pass: frm.db_root_pass.value
   268         db_root_pass: frm.db_root_pass.value
   269       }));
   269       }));
   270     
   270     
   271     ajaxPost(scriptPath + '/install/install.php?stage=database', connection_info + '&driver=postgresql&ajax_test=on&language=' + enano_lang_code[ENANO_LANG_ID], function()
   271     ajaxPost(scriptPath + '/install/install.php?stage=database', connection_info + '&driver=postgresql&ajax_test=on&language=' + enano_lang_code[ENANO_LANG_ID], function(ajax)
   272       {
   272       {
   273         if ( ajax.readyState == 4 && ajax.status == 200 )
   273         if ( ajax.readyState == 4 && ajax.status == 200 )
   274         {
   274         {
   275           setTimeout('install_unset_ajax_loading();', 750);
   275           setTimeout('install_unset_ajax_loading();', 750);
   276           // Process response
   276           // Process response