예제 #1
0
 public function init()
 {
     parent::init();
     $this->datetime_timezone = 'Etc/GMT-8';
     $this->datetime_date_format = "Y-m-d H:i:s";
     $this->datetime_time_format = '24';
 }
예제 #2
0
 public function init()
 {
     parent::init();
     $this->site_language = 'zh-CN';
     $this->site_status = Constants::WebSite_Status_open;
 }
예제 #3
0
 public function init()
 {
     parent::init();
     $this->qq_enable = Constants::Third_Login_Status_Open;
 }
예제 #4
0
 public function init()
 {
     parent::init();
     $this->allow_register = 1;
 }
예제 #5
0
 public function init()
 {
     parent::init();
     $this->admin_theme = 'default';
     $this->home_theme = 'default';
 }