/
uupdump
/
api
Обзор
Документация
Войти
/
uupdump
/
api
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
master
shared/main.php
23 строки
705 B
orin
1.49.0
28 мар 2025, 15:41
28 мар 2025, 15:41
37cefa1
Код
Авторство
О чём код?
<?php /* Copyright 2021 whatever127 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ function uupApiVersion() { return '1.49.0'; } require_once dirname(__FILE__).'/auths.php'; require_once dirname(__FILE__).'/utils.php';