Файловый менеджер - Редактировать - /home/clickysoft/public_html/benchexc.clickysoft.net/app/Helpers/helpers.php
Назад
<?php use Illuminate\Http\JsonResponse; if (!function_exists('makeJsonResponse')) { function makeJsonResponse($status, $message, $statusCode = 200, $data = [], $errors = []) : JsonResponse { return response()->json([ 'status' => $status, 'code' => $statusCode, 'message' => $message, 'data' => $data ?? [], 'errors' => $errors ], $statusCode, [], 1); } } if (!function_exists('createOtp')) { function createOtp():int{ return random_int(100000, 999999); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка