uawdijnntqw1x1x1
IP : 216.73.216.231
Hostname : 213-108-241-110.cprapid.com
Kernel : Linux 213-108-241-110.cprapid.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
digilove
/
public_html
/
f7525
/
..
/
modules
/
.
/
mod_sj_basic_news
/
mod_sj_basic_news.php
/
/
<?php /** * @package Sj Basic News * @version 2.5 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL * @copyright (c) 2016 YouTech Company. All Rights Reserved. * @author YouTech Company http://www.smartaddons.com * */ defined('_JEXEC') or die; if(!isset($params) || !(count($params) > 0)) return; require_once dirname(__FILE__).'/core/helper.php'; $layout_name = $params->get('layout', 'default'); $cacheid = md5(serialize(array ($layout_name, $module->module))); $cacheparams = new stdClass; $cacheparams->cachemode = 'id'; $cacheparams->class = 'SjBasicNewsHelper'; $cacheparams->method = 'getList'; $cacheparams->methodparams = $params; $cacheparams->modeparams = $cacheid; $list = JModuleHelper::moduleCache ($module, $params, $cacheparams); $moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx')); require JModuleHelper::getLayoutPath($module->module,$layout_name);
/home/digilove/public_html/f7525/../modules/./mod_sj_basic_news/mod_sj_basic_news.php