install/includes/stages/website.php
changeset 510 290fa071842a
parent 508 459a447d7e79
child 536 218a627eb53e
equal deleted inserted replaced
509:175df10e0b56 510:290fa071842a
    50   {
    50   {
    51     if ( ajax.readyState == 4 )
    51     if ( ajax.readyState == 4 )
    52     {
    52     {
    53       if ( ajax.responseText == 'good_shortened' )
    53       if ( ajax.responseText == 'good_shortened' )
    54       {
    54       {
    55         ajaxMrwSet('standard');
    55         ajaxMrwSet('shortened');
    56       }
    56       }
    57       else
    57       else
    58       {
    58       {
    59         ajaxGet(scriptPath + '/install/install.php?do=modrewrite_test&str=standard', __ajaxMrwTest_chain_standard);
    59         ajaxGet(scriptPath + '/install/install.php?do=modrewrite_test&str=standard', __ajaxMrwTest_chain_standard);
    60       }
    60       }