📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
firmarehberipro.demodesign.com.tr
/
assets
/
yonetim
/
js
📝
custom.js
← Geri Dön
$(document).ready(function(){ $(document).on('click', '.remove-btn', function(){ var $data_url = $(this).data("url"); Swal.fire({ title: 'Silmek İstediğinden Emin Misin?', text: "Bu İşlemin Dönüşü Olmayacaktır", type: 'warning', showCancelButton: true, confirmButtonColor: '#3085d6', cancelButtonColor: '#d33', confirmButtonText: 'Evet, Sil', cancelButtonText: 'İptal' }).then((result) => { if (result.value) { Swal.fire( 'Sildin!', 'Başarılı Şekilde Silindi', 'success' ).then(function(){ window.location.href = $data_url; }); } }) }); $(document).on('change', '.durum', function(){ var $data = $(this).prop("checked"); var $data_url = $(this).data("url"); if (typeof $data !== "undefined" && typeof $data_url !== "undefined") { $.post($data_url, { data : $data }, function(response){ }); } }); });
💾 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