XOOPS  2.6.0
formdhtmltextarea_preview.php File Reference

Go to the source code of this file.

Namespaces

 include
 

Variables

 $content = $myts->stripSlashesGPC($_POST['text'])
 
if(!$xoops->security() ->validateToken(@$_POST['token'], false)) $html = empty($_POST['html']) ? 0 : 1
 
 $myts = MyTextSanitizer::getInstance()
 
 $xoops = Xoops::getInstance()
 
if(preg_match_all('/%u([[:alnum:]]{4})/', $content, $matches)) if (!headers_sent())
 

Variable Documentation

if (!$xoops->security() ->validateToken(@$_POST['token'], false)) $html = empty($_POST['html']) ? 0 : 1

Definition at line 25 of file formdhtmltextarea_preview.php.

$xoops = Xoops::getInstance()

Definition at line 23 of file formdhtmltextarea_preview.php.

if (preg_match_all('/%u([[:alnum:]]{4})/', $content, $matches)) if(!headers_sent())

Definition at line 42 of file formdhtmltextarea_preview.php.