📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
esnafbul.demodesign.com.tr
/
panel
/
src
/
js
📝
search.js
← Geri Dön
(function () { "use strict"; $(".top-bar, .top-bar-boxed") .find(".search") .find("input") .each(function () { $(this).on("focus", function () { $(".top-bar, .top-bar-boxed") .find(".search-result") .addClass("show"); }); $(this).on("focusout", function () { $(".top-bar, .top-bar-boxed") .find(".search-result") .removeClass("show"); }); }); })();
💾 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