mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
4 lines
53 B
PHP
4 lines
53 B
PHP
<?php
|
|
header('Content-type: image/jpeg');
|
|
sleep(10);
|