X-Git-Url: https://scm.cri.minesparis.psl.eu/git/ckeditor.git/blobdiff_plain/871bad8291b6dbc29d489d95d185458caab25158..14d450d78a2d67ec1decd64c928151851961dd36:/_samples/assets/_posteddata.php?ds=inline diff --git a/_samples/assets/_posteddata.php b/_samples/assets/_posteddata.php deleted file mode 100644 index 4d3e34e..0000000 --- a/_samples/assets/_posteddata.php +++ /dev/null @@ -1,59 +0,0 @@ - - - - - Sample — CKEditor - - - - -

- CKEditor — Posted Data -

- - - - - - - - - $value ) -{ - if ( get_magic_quotes_gpc() ) - $postedValue = htmlspecialchars( stripslashes( $value ) ) ; - else - $postedValue = htmlspecialchars( $value ) ; - -?> - - - - - -
Field NameValue
- - -