📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
firmarehberiscripti.demodesign.com.tr
/
assets
/
yonetim
/
js
📝
custom.js
← Geri Dön
$(document).ready(function(){ $(".remove-btn").click(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; }); } }) }) $(".durum").change(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){ }); } }) $('#datatable1').dataTable({ "responsive": false }); $('.fc-datepicker').datepicker({ showOtherMonths: true, dateFormat: "dd.mm.yy", selectOtherMonths: true, monthNames: [ "Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık" ], dayNamesMin: [ "Pa", "Pt", "Sl", "Ça", "Pe", "Cu", "Ct" ], firstDay:1 }); })
💾 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