From c69b967e7e28a4e71a4bbb43e9e6b1a273b6b07f Mon Sep 17 00:00:00 2001 From: w0bm Date: Tue, 4 Jun 2024 22:16:34 +0000 Subject: [PATCH] Revert "closing the registration" This reverts commit 91a9bd168ea3425d34410c1e87fff0eba4b6e145. --- app/Http/Controllers/UserController.php | 3 +-- resources/views/layout1/apply-down.blade.php | 7 +------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/app/Http/Controllers/UserController.php b/app/Http/Controllers/UserController.php index b660cad..5f0c46e 100644 --- a/app/Http/Controllers/UserController.php +++ b/app/Http/Controllers/UserController.php @@ -126,8 +126,7 @@ class UserController extends Controller \Session::flash('info', 'Cannot register when logged in'); return redirect('/'); } - //return view('apply_open'); - return view('apply-down'); + return view('apply_open'); } public function loggain() diff --git a/resources/views/layout1/apply-down.blade.php b/resources/views/layout1/apply-down.blade.php index 482489f..681884a 100644 --- a/resources/views/layout1/apply-down.blade.php +++ b/resources/views/layout1/apply-down.blade.php @@ -2,11 +2,6 @@ @section('content') @include('partials.flash') -
-
-

Registration is closed

-

until further notice

-
-
+user limit reached 6969 @endsection