📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
gorevyapscripti.demodesign.com.tr
/
system
/
theme
/
assets
/
js
📝
email-app.js
← Geri Dön
"use strict"; CKEDITOR.replace( 'text-box', { on: { contentDom: function( evt ) { // Allow custom context menu only with table elemnts. evt.editor.editable().on( 'contextmenu', function( contextEvent ) { var path = evt.editor.elementPath(); if ( !path.contains( 'table' ) ) { contextEvent.cancel(); } }, null, null, 5 ); } } } );
💾 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