コード例 #1
0
ファイル: details.php プロジェクト: johnulist/smartblog
 public function init()
 {
     if (Configuration::get('PS_SSL_ENABLED')) {
         $this->ssl = false;
     }
     parent::init();
 }
コード例 #2
0
 public function init()
 {
     parent::init();
 }