mirror of
https://github.com/ellite/Wallos.git
synced 2025-12-23 23:18:07 -05:00
8 lines
86 B
PHP
8 lines
86 B
PHP
<?php
|
|
|
|
header('Content-Type: text/plain');
|
|
http_response_code(200);
|
|
|
|
echo 'OK';
|
|
exit;
|