示例#1
0
文件: freichat.php 项目: remy40/gvrs
 public function __construct()
 {
     parent::__construct();
     require_once RDIR . '/server/drivers/' . $this->driver . '.php';
     $this->url = str_replace('server/freichat.php', '', $this->url);
     $this->frm_id = $_SESSION[$this->uid . 'usr_ses_id'];
     $this->frm_name = $_SESSION[$this->uid . 'usr_name'];
     $this->connectDB();
     if ($this->debug == true) {
         error_reporting(-1);
     }
 }
示例#2
0
文件: main.php 项目: remy40/gvrs
 public function __construct()
 {
     parent::__construct();
 }