Update index.php
ufak bir değişiklik, verileri güncelleyen samimi arkadaşım Ömer Arda (Kelo)'ya verileri yanlış girdiğinde Web konsolda gözükecek not değiştirildi :)
This commit is contained in:
parent
13bc5df3e7
commit
a996fc3af3
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@
|
|||
if (this.readyState == 4 && this.status == 200) {
|
||||
var response = xmlHttp.responseText
|
||||
if (response.includes("parseError")) {
|
||||
console.error("VERİLER YANLIŞ ŞEKİLDE GİRİLMİŞ, GÖTÜNÜ SİKEYİM KELO");
|
||||
console.error("VERİLER YANLIŞ ŞEKİLDE GİRİLMİŞ, LÜTFEN ifl/YurdleBackend PROJESİNDEKİ VERİ DOSYASINI KONTROL EDİNİZ");
|
||||
console.warn(response);
|
||||
} else if (response.includes("fileError")) {
|
||||
console.error("VERİ DOSYASI SUNUCUDA BULUNAMADI, SUNUCUYU KONTROL EDİNİZ");
|
||||
|
|
Loading…
Reference in a new issue