Example #1
0
 /**
  * Set up the config for the given site.
  *
  * @param string $site The site to configure for. Default is KB_SITE define.
  */
 function Config($site = KB_SITE)
 {
     self::$configSite = $site;
     self::init();
 }