mirror of
https://github.com/sigmasternchen/useful-api.org
synced 2025-03-15 07:58:55 +00:00
7 lines
161 B
PHP
7 lines
161 B
PHP
<?php
|
|
|
|
return [
|
|
"JSON" => require(__DIR__ . "/JSON.php"),
|
|
"DEBUG" => require(__DIR__ . "/debug.php"),
|
|
"PLAIN" => require(__DIR__ . "/plain.php"),
|
|
];
|