Change the links to the wysiwyg.php file.

This commit is contained in:
Mark Crane
2013-07-06 04:47:10 +00:00
parent 83f73974c9
commit ba3f6ac736
4 changed files with 6 additions and 6 deletions

View File

@@ -141,9 +141,9 @@ else {
}
require_once "includes/header.php";
if (is_dir($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'/includes/tiny_mce')) {
if (is_dir($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'/resources/tiny_mce')) {
if ($rss_optional_1 == "text/html") {
require_once "includes/wysiwyg.php";
require_once "resources/wysiwyg.php";
}
}
else {