4 lines
53 B
PHP
Executable File
4 lines
53 B
PHP
Executable File
<?php
|
|
header('Content-type: image/jpeg');
|
|
sleep(10);
|