function config($config) { if (file_exists($filename = (ROOT . DS . 'config' . DS . $config . '.php'))) { return include($filename); } return false; }