コード例 #1
0
ファイル: Language.php プロジェクト: hakankarar/oscommerce
 public function __construct()
 {
     parent::__construct();
     header('Content-Type: text/html; charset=' . $this->getCharacterSet());
     setlocale(LC_TIME, explode(',', $this->getLocale()));
     $this->loadIniFile();
     $this->loadIniFile(OSCOM::getSiteApplication() . '.php');
 }