mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Change the links to the wysiwyg.php file.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user