@ -1,12 +1,15 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
GLOBAL $__HAINA_VEI__;
class Index extends CI_Controller {
public function __construct(){
parent::__construct();
mb_regex_encoding("UTF-8");
bcscale(4);
$GLOBALS['__HAINA_VEI__'] = 30561;
$this->load->helper('array');
$this->load->library('vendor');
$this->load->model('UserAuth_model');
@ -3,8 +3,6 @@
if (!defined('BASEPATH'))
exit('No direct script access allowed');
class Tulanduo
{
protected $ci;
@ -60,7 +58,6 @@ class Tulanduo
$this->ci =& get_instance();
$this->ci->load->helper('array');
$this->ci->load->library('trippest');
$this->ci->load->model('Group_model');