1
|
<?php
|
2
|
/**
|
3
|
*
|
4
|
* @category modules
|
5
|
* @package ckeditor
|
6
|
* @authors WebsiteBaker Project, Michael Tenschert, Dietrich Roland Pehlke, Dietmar Wöllbrink
|
7
|
* @copyright WebsiteBaker Org. e.V.
|
8
|
* @link http://websitebaker.org/
|
9
|
* @license http://www.gnu.org/licenses/gpl.html
|
10
|
* @platform WebsiteBaker 2.8.3
|
11
|
* @requirements PHP 5.3.6 and higher
|
12
|
* @version $Id: info.php 2 2017-07-02 15:14:29Z Manuela $
|
13
|
* @filesource $HeadURL: svn://isteam.dynxs.de/wb/2.10.x/branches/main/modules/ckeditor/info.php $
|
14
|
*
|
15
|
*
|
16
|
*
|
17
|
*/
|
18
|
|
19
|
/* -------------------------------------------------------- */
|
20
|
// Must include code to stop this file being accessed directly
|
21
|
if(defined('WB_PATH') == false) { die('Illegale file access /'.basename(__DIR__).'/'.basename(__FILE__).''); }
|
22
|
/* -------------------------------------------------------- */
|
23
|
|
24
|
$module_directory = 'ckeditor';
|
25
|
$module_name = 'CKEditor v4.6.2';
|
26
|
$module_function = 'WYSIWYG';
|
27
|
$module_version = '4.6.2';
|
28
|
$module_platform = '2.8.3 SP6';
|
29
|
$module_author = 'Michael Tenschert, Dietrich Roland Pehlke, erpe, WebBird, Marmot, Luisehahne';
|
30
|
$module_license = '<a target="_blank" href="http://www.gnu.org/licenses/lgpl.html">LGPL</a>';
|
31
|
$module_description = 'includes CKEditor 4.6.2 Standard, CKE allows editing content and can be integrated in frontend and backend modules.';
|