diff --git a/webht/third_party/vendorPlanSync/controllers/index.php b/webht/third_party/vendorPlanSync/controllers/index.php index 52d4d2ed..8a329631 100644 --- a/webht/third_party/vendorPlanSync/controllers/index.php +++ b/webht/third_party/vendorPlanSync/controllers/index.php @@ -1,12 +1,15 @@ load->helper('array'); $this->load->library('vendor'); $this->load->model('UserAuth_model'); diff --git a/webht/third_party/vendorPlanSync/libraries/Tulanduo.php b/webht/third_party/vendorPlanSync/libraries/Tulanduo.php index 7667575f..1710acbf 100644 --- a/webht/third_party/vendorPlanSync/libraries/Tulanduo.php +++ b/webht/third_party/vendorPlanSync/libraries/Tulanduo.php @@ -3,8 +3,6 @@ if (!defined('BASEPATH')) exit('No direct script access allowed'); -GLOBAL $__HAINA_VEI__; - class Tulanduo { protected $ci; @@ -60,7 +58,6 @@ class Tulanduo $this->ci =& get_instance(); mb_regex_encoding("UTF-8"); bcscale(4); - $GLOBALS['__HAINA_VEI__'] = 30561; $this->ci->load->helper('array'); $this->ci->load->library('trippest'); $this->ci->load->model('Group_model');