QxQ 6 лет назад
Родитель
Сommit
1c0d2adff0
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      controllers/Carpayment.php

+ 2
- 2
controllers/Carpayment.php Просмотреть файл

@@ -56,12 +56,12 @@ class Carpayment extends CI_Controller
// 共用記憶體
$this->vars['mcache'] = new Memcache;
$this->vars['mcache']->pconnect(MEMCACHE_HOST, MEMCACHE_POST) or die ('Could not connect memcache');
*/
// mqtt subscribe
$this->vars['mqtt'] = new phpMQTT(MQ_HOST, MQ_PORT, uniqid());
if(!$this->vars['mqtt']->connect()){ die ('Could not connect mqtt'); }
*/
$this->load->model('carpayment_model');
$this->carpayment_model->init($this->vars);
}


Загрузка…
Отмена
Сохранить