mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
issue 2239 moved a include code to func.inc.php.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11031 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
01ec7bc195
commit
e10897f8b9
2 changed files with 1 additions and 1 deletions
|
|
@ -775,6 +775,7 @@
|
||||||
* @return string
|
* @return string
|
||||||
**/
|
**/
|
||||||
function removeHackTag($content) {
|
function removeHackTag($content) {
|
||||||
|
require_once(_XE_PATH_.'classes/security/EmbedFilter.class.php');
|
||||||
$oEmbedFilter = EmbedFilter::getInstance();
|
$oEmbedFilter = EmbedFilter::getInstance();
|
||||||
$oEmbedFilter->check($content);
|
$oEmbedFilter->check($content);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
require_once(_XE_PATH_.'classes/security/EmbedFilter.class.php');
|
|
||||||
require_once(_XE_PATH_.'modules/document/document.item.php');
|
require_once(_XE_PATH_.'modules/document/document.item.php');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue