mirror of
https://github.com/Qbix/webserver.git
synced 2026-07-22 07:57:23 +02:00
4 lines
50 B
PHP
4 lines
50 B
PHP
<?php
|
|
sleep(2);
|
|
echo json_encode(['slept' => 2]);
|