First commit

This commit is contained in:
2025-02-28 08:45:43 +01:00
commit 1f4e772600
1122 changed files with 74621 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<?php
/* utf-8 marker: äöü */
if($s < 0){ return '';}
$script = file_get_contents(dirname(__FILE__) . '/tinymce.js');
$base = CMSIMPLE_ROOT . 'plugins/';
$prefix = CMSIMPLE_BASE;
$script = str_replace('%URL%', $base . 'filebrowser/editorbrowser.php?editor=tinymce&prefix='. $prefix .'&base=./&level=' . $l[$s], $script);
return $script;
/*
* end of plugins/wr_filebrowser/tinymce.php
*/
?>