43d9d2eba7
Allows BookStack to be installed at a non-root location on a domain. Closes #40.
10 lines
No EOL
206 B
PHP
10 lines
No EOL
206 B
PHP
@extends('public')
|
|
|
|
@section('content')
|
|
|
|
<div class="container">
|
|
<h1 class="text-muted">{{ setting('app-name') }} is down right now</h1>
|
|
<p>It will be back up soon.</p>
|
|
</div>
|
|
|
|
@stop |