aboutsummaryrefslogtreecommitdiffstats
path: root/addon/js_upload/file-uploader/tests/iframe-content-tests/text-html-large.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-25 01:59:14 -0700
committerFriendika <info@friendika.com>2011-09-25 01:59:14 -0700
commit4846d114a84b0c7da64501ea89a635d24e403a1d (patch)
tree565923c7932ef7fffa4e22482fce48ddb9f133e4 /addon/js_upload/file-uploader/tests/iframe-content-tests/text-html-large.php
parent6a9e22550d82595c4341290ca26e3afc5fe6300f (diff)
downloadvolse-hubzilla-4846d114a84b0c7da64501ea89a635d24e403a1d.tar.gz
volse-hubzilla-4846d114a84b0c7da64501ea89a635d24e403a1d.tar.bz2
volse-hubzilla-4846d114a84b0c7da64501ea89a635d24e403a1d.zip
project fork
Diffstat (limited to 'addon/js_upload/file-uploader/tests/iframe-content-tests/text-html-large.php')
-rw-r--r--addon/js_upload/file-uploader/tests/iframe-content-tests/text-html-large.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/addon/js_upload/file-uploader/tests/iframe-content-tests/text-html-large.php b/addon/js_upload/file-uploader/tests/iframe-content-tests/text-html-large.php
deleted file mode 100644
index ac9682be9..000000000
--- a/addon/js_upload/file-uploader/tests/iframe-content-tests/text-html-large.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
- header('Content-type: text/html');
-
- $data = str_repeat("a", 5000);
-
- echo htmlspecialchars(json_encode($data), ENT_NOQUOTES);