mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Fix missing error pages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@extends('errors::minimal')
|
||||
@extends('errors.minimal')
|
||||
|
||||
@section('title', __('Unauthorized'))
|
||||
@section('code', '401')
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@extends('errors::minimal')
|
||||
@extends('errors.minimal')
|
||||
|
||||
@section('title', __('Payment Required'))
|
||||
@section('code', '402')
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@extends('errors::minimal')
|
||||
@extends('errors.minimal')
|
||||
|
||||
@section('title', __('Forbidden'))
|
||||
@section('code', '403')
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@extends('errors::minimal')
|
||||
@extends('errors.minimal')
|
||||
|
||||
@section('title', __('Not Found'))
|
||||
@section('code', '404')
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@extends('errors::minimal')
|
||||
@extends('errors.minimal')
|
||||
|
||||
@section('title', __('Page Expired'))
|
||||
@section('code', '419')
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@extends('errors::minimal')
|
||||
@extends('errors.minimal')
|
||||
|
||||
@section('title', __('Too Many Requests'))
|
||||
@section('code', '429')
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@extends('errors::minimal')
|
||||
@extends('errors.minimal')
|
||||
|
||||
@section('title', __('Server Error'))
|
||||
@section('code', '500')
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@extends('errors::minimal')
|
||||
@extends('errors.minimal')
|
||||
|
||||
@section('title', __('Service Unavailable'))
|
||||
@section('code', '503')
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@extends('errors::minimal')
|
||||
@extends('errors.minimal')
|
||||
|
||||
@section('title', __('Maintenance'))
|
||||
@section('code', '503')
|
||||
|
||||
Reference in New Issue
Block a user