Ejemplo n.º 1
0
 /**
  * Initialize config
  */
 protected function InitializeConfig()
 {
     $this->config = new GitPHP_Config();
     $this->config->LoadConfig(GITPHP_CONFIGDIR . 'gitphp.conf.php');
 }