This commit is contained in:
aozhiwei 2020-08-15 01:00:06 +08:00
parent 1b79cee577
commit 9131290a9b

View File

@ -96,6 +96,6 @@ require 'config_loader.php';
function needSpecConfig($channel)
{
return $channel == 6002;
return $channel == 6001;
}