📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
esnafbul.demodesign.com.tr
/
panel
/
src
/
js
📝
copy-code.js
← Geri Dön
import Toastify from "toastify-js"; (function () { "use strict"; // Copy original code $("body").on("click", ".copy-code", function () { const content = $(this).html(); const self = this; $(self).html(content.replace("Copy example code", "Copied!")); setTimeout(() => { $(self).html(content); }, 1500); const elementId = $(this).data("target"); $(elementId).find("textarea")[0].select(); $(elementId).find("textarea")[0].setSelectionRange(0, 99999); document.execCommand("copy"); }); })();
💾 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