static function nts_config() { $return = array(); $app = HC_Lib::app(); if (isset($GLOBALS['NTS_CONFIG'][$app])) { $return = $GLOBALS['NTS_CONFIG'][$app]; } return $return; }