mirror of
https://github.com/Qbix/webserver.git
synced 2026-07-22 07:57:23 +02:00
4 lines
37 B
PHP
4 lines
37 B
PHP
<?php
|
|
echo "about to exit";
|
|
exit(1);
|