From 91a9bd168ea3425d34410c1e87fff0eba4b6e145 Mon Sep 17 00:00:00 2001 From: schrumpel Date: Mon, 26 Feb 2024 21:29:34 +0100 Subject: [PATCH] closing the registration --- app/Http/Controllers/UserController.php | 3 ++- resources/views/layout1/apply-down.blade.php | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/Http/Controllers/UserController.php b/app/Http/Controllers/UserController.php index 5f0c46e..b660cad 100644 --- a/app/Http/Controllers/UserController.php +++ b/app/Http/Controllers/UserController.php @@ -126,7 +126,8 @@ class UserController extends Controller \Session::flash('info', 'Cannot register when logged in'); return redirect('/'); } - return view('apply_open'); + //return view('apply_open'); + return view('apply-down'); } public function loggain() diff --git a/resources/views/layout1/apply-down.blade.php b/resources/views/layout1/apply-down.blade.php index 681884a..482489f 100644 --- a/resources/views/layout1/apply-down.blade.php +++ b/resources/views/layout1/apply-down.blade.php @@ -2,6 +2,11 @@ @section('content') @include('partials.flash') -user limit reached 6969 +
+
+

Registration is closed

+

until further notice

+
+
@endsection