mirror of
https://github.com/axeloz/filesharing.git
synced 2025-05-06 10:03:55 +02:00
8 lines
154 B
PHP
8 lines
154 B
PHP
@extends('master')
|
|
|
|
@section('page', 'home')
|
|
|
|
@section('content')
|
|
<h1>@lang('app.cannot-upload')</h1>
|
|
@lang('app.cannot-upload-blocked-ip')
|
|
@endsection
|