generated from Nodarx/template
Initial service DAV module
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$data = str_repeat('x', 32 * 1024 * 1024);
|
||||
header('Content-Length: '.strlen($data));
|
||||
header('Content-Type: text/plain');
|
||||
|
||||
echo $data;
|
||||
Reference in New Issue
Block a user