コード例 #1
0
ファイル: ConfigReader.php プロジェクト: flotzilla/rtracker
 function __construct()
 {
     self::$default_conf_file = Utils::get_parent_dir() . '/config/config.json';
     $this->config = array();
     $this->read_config();
 }