This commit is contained in:
root
2020-01-11 13:36:52 +08:00
parent 35f954cd84
commit f7fdfadfb0
87 changed files with 1241 additions and 947 deletions

View File

@ -15,11 +15,13 @@ use App\Models\InviteCode;
class RegisterController extends Controller
{
private function setTryOut () {
private function setTryOut()
{
}
public function index (RegisterIndex $request) {
public function index(RegisterIndex $request)
{
if ((int)config('v2board.stop_register', 0)) {
abort(500, '本站已关闭注册');
}