Viewing File: /usr/local/cpanel/base/3rdparty/roundcube/vendor/sabre/http/tests/www/large.php

<?php

$data = str_repeat('x', 32 * 1024 * 1024);
header('Content-Length: '.strlen($data));
header('Content-Type: text/plain');

echo $data;
Back to Directory File Manager