📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
blogscripti.demodesign.com.tr
/
admin
/
assets
/
js
📝
menu.js
← Geri Dön
$( function() { $( "#menu" ).sortable({ update: function(event, ui) { var data = $(this).sortable('serialize'); $.ajax({ url: 'islem.php', type: 'POST', data: data, success: function(response) { console.log(response); } }); } }); $( "#menu" ).disableSelection(); } );
💾 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