closing the registration

This commit is contained in:
2024-02-26 21:29:34 +01:00
parent 82a6a5a15f
commit 91a9bd168e
2 changed files with 8 additions and 2 deletions

View File

@@ -126,7 +126,8 @@ class UserController extends Controller
\Session::flash('info', 'Cannot register when logged in'); \Session::flash('info', 'Cannot register when logged in');
return redirect('/'); return redirect('/');
} }
return view('apply_open'); //return view('apply_open');
return view('apply-down');
} }
public function loggain() public function loggain()

View File

@@ -2,6 +2,11 @@
@section('content') @section('content')
@include('partials.flash') @include('partials.flash')
user limit reached 6969 <div class="box">
<center>
<h1>Registration is closed</h1>
<p>until further notice</p>
</center>
</div>
@endsection @endsection