mirror of
https://github.com/sigmasternchen/useful-api.org
synced 2025-03-15 16:08:55 +00:00
6 lines
No EOL
90 B
PHP
6 lines
No EOL
90 B
PHP
<?php
|
|
|
|
return function ($data) {
|
|
header("Content-Type: text/plain");
|
|
echo $data;
|
|
} |