closing the registration
This commit is contained in:
@@ -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()
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user