mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
sminnee: Updated TinyMCE to 2.1.1.1 on branches/gsoc
(merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41909 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
5e0a5283b2
commit
342376a552
@ -21,6 +21,12 @@
|
|||||||
* {http://www.openidenabled.com/ PHP OpenID library} finds it files
|
* {http://www.openidenabled.com/ PHP OpenID library} finds it files
|
||||||
*/
|
*/
|
||||||
$path_extra = realpath(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'security';
|
$path_extra = realpath(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'security';
|
||||||
|
/**
|
||||||
|
* Add Pear (pear.php.net)
|
||||||
|
*/
|
||||||
|
$path_extra .= PATH_SEPARATOR . realpath(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'pear';
|
||||||
|
|
||||||
|
|
||||||
$path = ini_get('include_path');
|
$path = ini_get('include_path');
|
||||||
$path = $path_extra . PATH_SEPARATOR . $path;
|
$path = $path_extra . PATH_SEPARATOR . $path;
|
||||||
ini_set('include_path', $path);
|
ini_set('include_path', $path);
|
||||||
@ -57,4 +63,7 @@ Authenticator::registerAuthenticator('OpenIDAuthenticator');
|
|||||||
* Define a default language different than english
|
* Define a default language different than english
|
||||||
*/
|
*/
|
||||||
//LocaleAPI::set_locale('ca_AD');
|
//LocaleAPI::set_locale('ca_AD');
|
||||||
|
|
||||||
|
define('MCE_ROOT', 'jsparty/tiny_mce2/');
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
Reference in New Issue
Block a user