mirror of
https://github.com/sigmasternchen/useful-api.org
synced 2025-03-16 00:18:57 +00:00
6 lines
113 B
PHP
6 lines
113 B
PHP
<?php
|
|
|
|
return [
|
|
"JSON" => require(__DIR__ . "/JSON.php"),
|
|
"DEBUG" => require(__DIR__ . "/debug.php"),
|
|
];
|