From 7d3b6d12c030ec7b9b482da7f2aab713f36fb828 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 23 Sep 2015 14:57:17 +0900 Subject: [PATCH] =?UTF-8?q?LMS=20=EB=AA=A8=EB=93=88=20port=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EC=BD=94=EB=93=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/icode.lms.lib.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/icode.lms.lib.php b/lib/icode.lms.lib.php index 29cc8877a..1fe41081c 100644 --- a/lib/icode.lms.lib.php +++ b/lib/icode.lms.lib.php @@ -52,21 +52,21 @@ class LMS { // 충전식 if ($this->socket_portcode == 1) { if($sendType && $sendType == 1) { - $this->socket_port = 8200; // LMS - //$this->socket_port=(int)rand(8200,8201); // LMS + //$this->socket_port = 8200; // LMS + $this->socket_port=(int)rand(8200,8201); // LMS } else { - $this->socket_port = 6295; // SMS - //$this->socket_port=(int)rand(6295,6297); // SMS + //$this->socket_port = 6295; // SMS + $this->socket_port=(int)rand(6295,6297); // SMS } } // 정액제 else { if($sendType && $sendType == 1) { - $this->socket_port = 8300; // LMS - //$this->socket_port=(int)rand(8300,8301); // LMS + //$this->socket_port = 8300; // LMS + $this->socket_port=(int)rand(8300,8301); // LMS } else { - $this->socket_port = 6291; // SMS - //$this->socket_port=(int)rand(6291,6293); // SMS + //$this->socket_port = 6291; // SMS + $this->socket_port=(int)rand(6291,6293); // SMS } }