/home/techb158/workloadmatch.com/bower_components/ckeditor/samples/old/assets
Edit: /home/techb158/workloadmatch.com/bower_components/ckeditor/samples/old/assets/posteddata.php (1411B)
Sample — CKEditor
CKEditor — Posted Data
| Field Name |
Value |
$value )
{
if ( ( !is_string($value) && !is_numeric($value) ) || !is_string($key) )
continue;
if ( true ) // get_magic_quotes_gpc() removed in PHP 8.0
$value = htmlspecialchars( stripslashes((string)$value) );
else
$value = htmlspecialchars( (string)$value );
?>
|
|