Fix some missing htmLawed references
This commit is contained in:
parent
9770f114a4
commit
ce33ee44f6
@ -43,6 +43,7 @@ require(HESK_PATH . 'inc/admin_functions.inc.php');
|
|||||||
hesk_load_database_functions();
|
hesk_load_database_functions();
|
||||||
require(HESK_PATH . 'inc/email_functions.inc.php');
|
require(HESK_PATH . 'inc/email_functions.inc.php');
|
||||||
require(HESK_PATH . 'inc/posting_functions.inc.php');
|
require(HESK_PATH . 'inc/posting_functions.inc.php');
|
||||||
|
require(HESK_PATH . 'inc/htmLawed.php');
|
||||||
|
|
||||||
// We only allow POST requests from the HESK form to this file
|
// We only allow POST requests from the HESK form to this file
|
||||||
if ( $_SERVER['REQUEST_METHOD'] != 'POST' )
|
if ( $_SERVER['REQUEST_METHOD'] != 'POST' )
|
||||||
|
@ -42,6 +42,7 @@ require(HESK_PATH . 'inc/common.inc.php');
|
|||||||
require(HESK_PATH . 'inc/admin_functions.inc.php');
|
require(HESK_PATH . 'inc/admin_functions.inc.php');
|
||||||
hesk_load_database_functions();
|
hesk_load_database_functions();
|
||||||
require(HESK_PATH . 'inc/email_functions.inc.php');
|
require(HESK_PATH . 'inc/email_functions.inc.php');
|
||||||
|
require(HESK_PATH . 'inc/htmLawed.php');
|
||||||
require(HESK_PATH . 'inc/posting_functions.inc.php');
|
require(HESK_PATH . 'inc/posting_functions.inc.php');
|
||||||
|
|
||||||
hesk_session_start();
|
hesk_session_start();
|
||||||
|
@ -365,6 +365,7 @@ if (isset($_POST['notemsg']) && hesk_token_check('POST'))
|
|||||||
if ($hesk_settings['attachments']['use'])
|
if ($hesk_settings['attachments']['use'])
|
||||||
{
|
{
|
||||||
require(HESK_PATH . 'inc/posting_functions.inc.php');
|
require(HESK_PATH . 'inc/posting_functions.inc.php');
|
||||||
|
require(HESK_PATH . 'inc/htmLawed.php');
|
||||||
require(HESK_PATH . 'inc/attachments.inc.php');
|
require(HESK_PATH . 'inc/attachments.inc.php');
|
||||||
$attachments = array();
|
$attachments = array();
|
||||||
for ($i=1;$i<=$hesk_settings['attachments']['max_number'];$i++)
|
for ($i=1;$i<=$hesk_settings['attachments']['max_number'];$i++)
|
||||||
|
@ -45,6 +45,7 @@ hesk_check_maintenance();
|
|||||||
hesk_load_database_functions();
|
hesk_load_database_functions();
|
||||||
require(HESK_PATH . 'inc/email_functions.inc.php');
|
require(HESK_PATH . 'inc/email_functions.inc.php');
|
||||||
require(HESK_PATH . 'inc/posting_functions.inc.php');
|
require(HESK_PATH . 'inc/posting_functions.inc.php');
|
||||||
|
require(HESK_PATH . 'inc/htmLawed.php');
|
||||||
|
|
||||||
// We only allow POST requests to this file
|
// We only allow POST requests to this file
|
||||||
if ( $_SERVER['REQUEST_METHOD'] != 'POST' )
|
if ( $_SERVER['REQUEST_METHOD'] != 'POST' )
|
||||||
|
@ -8,6 +8,7 @@ require(HESK_PATH . 'modsForHesk_settings.inc.php');
|
|||||||
require(HESK_PATH . 'inc/common.inc.php');
|
require(HESK_PATH . 'inc/common.inc.php');
|
||||||
hesk_load_database_functions();
|
hesk_load_database_functions();
|
||||||
require(HESK_PATH . 'inc/posting_functions.inc.php');
|
require(HESK_PATH . 'inc/posting_functions.inc.php');
|
||||||
|
require(HESK_PATH . 'inc/htmLawed.php');
|
||||||
require(HESK_PATH . 'inc/email_functions.inc.php');
|
require(HESK_PATH . 'inc/email_functions.inc.php');
|
||||||
require_once(HESK_PATH . 'inc/header.inc.php');
|
require_once(HESK_PATH . 'inc/header.inc.php');
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user