0 ){ if( !@$_SESSION['user_id'] ) { /* если не авторизован - кешируем на часок */ $smarty -> caching = true; $smarty -> cache_lifetime = $settings['cachePage']; } } } /* ------------------------------------------------------------------------------------------------------------------------- */ function get_list_modules(){ // получаем список модулей require_once MYDIR . '/api/php/list_dir.php'; return list_dir(MYDIR . '/api/modules'); } /* ------------------------------------------------------------------------------------------------------------------------- */ } ?>