1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2026-01-12 22:51:27 +03:00
Files
postfixadmin/tests/simpletest/test/site/slow_page.php
2009-03-15 21:24:56 +00:00

6 lines
132 B
PHP

<?php
sleep(2);
?><html>
<head><title>Slow page</title></head>
<body>This page takes at least two seconds</body>
</html>