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
/
administrator
/
includes
/
..
/
modules
/
..
/
modules
/
mod_unread
/
mod_unread.php
/
/
<?php /** * @version $Id: mod_unread.php 20196 2011-01-09 02:40:25Z ian $ * @package Joomla.Administrator * @subpackage mod_unread * @copyright Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // no direct access defined('_JEXEC') or die; // Include dependancies. require_once dirname(__FILE__).'/helper.php'; $unread = ModUnreadHelper::getCount(); if ($unread !== false) { // Set the inbox link. $inboxLink = JRequest::getInt('hidemainmenu') ? null : JRoute::_('index.php?option=com_messages'); require JModuleHelper::getLayoutPath('mod_unread', $params->get('layout', 'default')); }
/home/digilove/public_html/administrator/includes/../modules/../modules/mod_unread/mod_unread.php