mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Update the dependencies Remove some old codes Bump the package version Move the throttle limit from 60 to 600
5 lines
153 B
PHP
5 lines
153 B
PHP
@extends('errors::minimal')
|
|
|
|
@section('title', __('Forbidden'))
|
|
@section('code', '403')
|
|
@section('message', __($exception->getMessage() ?: 'Forbidden'))
|