@@ -126,8 +126,7 @@ 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,11 +2,6 @@
|
|||||||
@section('content')
|
@section('content')
|
||||||
@include('partials.flash')
|
@include('partials.flash')
|
||||||
|
|
||||||
<div class="box">
|
user limit reached 6969
|
||||||
<center>
|
|
||||||
<h1>Registration is closed</h1>
|
|
||||||
<p>until further notice</p>
|
|
||||||
</center>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
@endsection
|
@endsection
|
||||||
|
Reference in New Issue
Block a user