ajax.php sayfanızı şu şekilde değiştirmelisiniz;

if ($sonuc) {
   header("location:../ayarlar.php?durum=ok");
} else {
       header("location:../ayarlar.php?durum=no");
}
}