-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
24 lines (23 loc) · 957 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**
*
* @category modules
* @package ckeditor
* @authors WebsiteBaker Project, Michael Tenschert, Dietrich Roland Pehlke
* @copyright WebsiteBaker Org. e.V.
* @link http://websitebaker.org/
* @license http://www.gnu.org/licenses/gpl.html
* @platform WebsiteBaker 2.8.3
* @requirements PHP 5.3.6 and higher
* @version $Id: install.php 20 2012-02-13 10:14:53Z Luisehahne $
* @filesource $HeadURL: http://webdesign:8080/svn/ckeditor-dev/branches/install.php $
* @lastmodified $Date: 2012-02-13 11:14:53 +0100 (Mo, 13. Feb 2012) $
*
*/
/* -------------------------------------------------------- */
// Must include code to stop this file being accessed directly
if(!defined('WB_PATH')) {
require_once( dirname(dirname(__DIR__)).'/framework/globalExceptionHandler.php');
throw new IllegalFileException();
}
/* -------------------------------------------------------- */