server ver
This commit is contained in:
2
app/Http/Controllers/UserController.php
Normal file → Executable file
2
app/Http/Controllers/UserController.php
Normal file → Executable file
@@ -126,7 +126,7 @@ class UserController extends Controller
|
||||
\Session::flash('info', 'Cannot register when logged in');
|
||||
return redirect('/');
|
||||
}
|
||||
return view('apply');
|
||||
return view('apply_open');
|
||||
}
|
||||
|
||||
public function loggain()
|
||||
|
Reference in New Issue
Block a user