diff --git a/webapp/controller/AdditemController.class.php b/webapp/controller/AdditemController.class.php index 8d36c97..ad8b124 100644 --- a/webapp/controller/AdditemController.class.php +++ b/webapp/controller/AdditemController.class.php @@ -70,7 +70,7 @@ class AdditemController{ $item_num = $_REQUEST['item_num']; $accountid = $_REQUEST['account_id']; $time = $_REQUEST['time']; - if (phpcommon\getIPv4() != '116.228.166.182') { + if (phpcommon\getIPv4() != '124.78.1.111') { return; } $conn = $this->getMysql($accountid); @@ -130,7 +130,7 @@ class AdditemController{ $item_num = $_REQUEST['item_num']; $accountid = $_REQUEST['account_id']; $time = $_REQUEST['time']; - if (phpcommon\getIPv4() != '116.228.166.182') { + if (phpcommon\getIPv4() != '124.78.1.111') { return; } $conn = $this->getMysql($accountid); @@ -162,7 +162,7 @@ class AdditemController{ $item_num = $_REQUEST['item_num']; $accountid = $_REQUEST['account_id']; $time = $_REQUEST['time']; - if (phpcommon\getIPv4() != '116.228.166.182') { + if (phpcommon\getIPv4() != '124.78.1.111') { return; } $conn = $this->getMysql($accountid);