mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
8d2bfe1282
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41271 467b73ca-7a2a-4603-9d3b-597d59a354a9
9 lines
215 B
PHP
9 lines
215 B
PHP
<?php
|
|
// Required so SilverStripe includes this module
|
|
|
|
define('MCE_ROOT', 'jsparty/tiny_mce2/');
|
|
|
|
$path = Director::baseFolder().'/sapphire/pear/';
|
|
set_include_path(get_include_path() . PATH_SEPARATOR . $path);
|
|
|
|
?>
|