Revert "closing the registration"

This reverts commit 91a9bd168e.
This commit is contained in:
w0bm
2024-06-04 22:16:34 +00:00
parent d8c9b381b1
commit c69b967e7e
2 changed files with 2 additions and 8 deletions

View File

@@ -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()

View File

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