X-Git-Url: https://git.0d.be/?p=panikdb.git;a=blobdiff_plain;f=panikdb%2Fstatic%2Fckeditor%2Fckeditor%2Fsamples%2Fassets%2Fposteddata.php;fp=panikdb%2Fstatic%2Fckeditor%2Fckeditor%2Fsamples%2Fassets%2Fposteddata.php;h=0000000000000000000000000000000000000000;hp=32c3a4410bb492917d7c906378017bdc94ea3dc3;hb=783c5ef5f527e7ef660042061d1e800036654443;hpb=b6c88586ad4f2aed1fa77a3d227835a825234b50 diff --git a/panikdb/static/ckeditor/ckeditor/samples/assets/posteddata.php b/panikdb/static/ckeditor/ckeditor/samples/assets/posteddata.php deleted file mode 100644 index 32c3a44..0000000 --- a/panikdb/static/ckeditor/ckeditor/samples/assets/posteddata.php +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - Sample — CKEditor - - - -

- CKEditor — Posted Data -

- - - - - - - - - $value ) - { - if ( ( !is_string($value) && !is_numeric($value) ) || !is_string($key) ) - continue; - - if ( get_magic_quotes_gpc() ) - $value = htmlspecialchars( stripslashes((string)$value) ); - else - $value = htmlspecialchars( (string)$value ); -?> - - - - - -
Field NameValue
- - -