I hate to chage a couple of calls to the kses files by making the calls a more direct link to the files. Let me show you what i mean. The original code was
Code:@include_once(INCLUDE_PATH.'includes/fckeditor/fckeditor.php');
|
The change was like so
Code:@include_once('includes/fckeditor/fckeditor.php');
|
Every call like the one i removed should be changed and it will work fine.
_________________