📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
rentacarv2.demodesign.com.tr
/
admin
/
assets
/
plugins
/
peity
📝
jquery.peity.init.js
← Geri Dön
$(function() { "use strict"; //pie $("span.pie").peity("pie",{ width: 120, height: 120 }); //donut $("span.donut").peity("donut",{ width: 120, height: 120 }); // line $('.peity-line').each(function() { $(this).peity("line", $(this).data()); }); // bar $('.peity-bar').each(function() { $(this).peity("bar", $(this).data()); }); });
💾 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