📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
esnafbul.demodesign.com.tr
/
panel
/
src
/
js
📝
chat.js
← Geri Dön
(function () { "use strict"; $(".chat__chat-list") .children() .each(function () { $(this).on("click", function () { $(".chat__box") .children("div:nth-child(2)") .fadeOut(300, function () { $(".chat__box") .children("div:nth-child(1)") .fadeIn(300, function (el) { $(el).removeClass("hidden").removeAttr("style"); }); }); }); }); })();
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula