PHPIndex

This page lists files in the current directory. You can view content, get download/execute commands for Wget, Curl, or PowerShell, or filter the list using wildcards (e.g., `*.sh`).

images
styles
preview.html
wget 'https://sme10.lists2.roe3.org/guppy/inc/ckeditor/plugins/preview/preview.html'
View Content
<script>

// Prevent from DOM clobbering.
if ( typeof window.opener._cke_htmlToLoad == 'string' ) {
	var doc = document;
	doc.open();
	doc.write( window.opener._cke_htmlToLoad );
	doc.close();

	delete window.opener._cke_htmlToLoad;
}

</script>