Esempio n. 1
0
 function __construct()
 {
     self::$default_conf_file = Utils::get_parent_dir() . '/config/config.json';
     $this->config = array();
     $this->read_config();
 }