From 9131290a9befb11f25d0adc6eb750951004ba754 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 15 Aug 2020 01:00:06 +0800 Subject: [PATCH] 1 --- webapp/bootstrap/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/bootstrap/init.php b/webapp/bootstrap/init.php index 1bea545..dd88b9d 100644 --- a/webapp/bootstrap/init.php +++ b/webapp/bootstrap/init.php @@ -96,6 +96,6 @@ require 'config_loader.php'; function needSpecConfig($channel) { - return $channel == 6002; + return $channel == 6001; }