mirror of
https://github.com/sigmasternchen/useful-api.org
synced 2025-03-15 07:58:55 +00:00
6 lines
No EOL
128 B
PHP
6 lines
No EOL
128 B
PHP
<?php
|
|
|
|
return function($data) {
|
|
header("Content-Type: application/json");
|
|
echo json_encode($data, JSON_PRETTY_PRINT);
|
|
}; |