芝麻web文件管理V1.00
编辑当前文件:/home/asmplong/www/ancien-site-2019/site/administrator/modules/mod_feed/mod_feed.php
get('rssurl', ''); $rssrtl = $params->get('rssrtl', 0); //check if cache diretory is writable as cache files will be created for the feed $cacheDir = JPATH_CACHE; if (!is_writable($cacheDir)) { echo '
'; echo JText::_('MOD_FEED_ERR_CACHE'); echo '
'; return; } //check if feed URL has been set if (empty ($rssurl)) { echo '
'; echo JText::_('MOD_FEED_ERR_NO_URL'); echo '
'; return; } require JModuleHelper::getLayoutPath('mod_feed');