Files
newznab-tmux/resources/views/errors/tokenError.blade.php
T
2017-08-30 12:58:17 +02:00

9 lines
140 B
PHP
Executable File

@extends('errors.layout')
@section('title')
Security token mismatch
@endsection
@section('content')
Security token mismatch!
@endsection