Revision 1576
Added by darkviper almost 13 years ago
info.php | ||
---|---|---|
4 | 4 |
* @category modules |
5 | 5 |
* @package wysiwyg |
6 | 6 |
* @author WebsiteBaker Project |
7 |
* @copyright 2009-2011, Website Baker Org. e.V.
|
|
7 |
* @copyright 2009-2012, Website Baker Org. e.V.
|
|
8 | 8 |
* @link http://www.websitebaker2.org/ |
9 | 9 |
* @license http://www.gnu.org/licenses/gpl.html |
10 | 10 |
* @platform WebsiteBaker 2.8.x |
... | ... | |
15 | 15 |
* |
16 | 16 |
*/ |
17 | 17 |
/* -------------------------------------------------------- */ |
18 |
if(defined('WB_PATH') == false)
|
|
19 |
{ |
|
20 |
// Stop this file being access directly
|
|
21 |
die('<head><title>Access denied</title></head><body><h2 style="color:red;margin:3em auto;text-align:center;">Cannot access this file directly</h2></body></html>');
|
|
18 |
// Must include code to stop this file being accessed directly
|
|
19 |
if(!defined('WB_PATH')) {
|
|
20 |
require_once(dirname(dirname(__FILE__)).'/framework/globalExceptionHandler.php');
|
|
21 |
throw new IllegalFileException();
|
|
22 | 22 |
} |
23 | 23 |
/* -------------------------------------------------------- */ |
24 |
|
|
25 | 24 |
$module_directory = 'wysiwyg'; |
26 | 25 |
$module_name = 'WYSIWYG'; |
27 | 26 |
$module_function = 'page'; |
28 |
$module_version = '2.8.3';
|
|
27 |
$module_version = '2.9.0';
|
|
29 | 28 |
$module_platform = '2.8.2'; |
30 | 29 |
$module_author = 'Ryan Djurovich'; |
31 | 30 |
$module_license = 'GNU General Public License'; |
Also available in: Unified diff
wysiwyg module changed to domain independend image links