uawdijnntqw1x1x1
IP : 216.73.216.198
Hostname : webm002.cluster123.gra.hosting.ovh.net
Kernel : Linux webm002.cluster123.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
megadansyp
/
www
/
eace8
/
..
/
tmp
/
..
/
components
/
com_xmap
/
..
/
com_eventgallery
/
models
/
categories.php
/
/
<?php /** * @package Sven.Bluege * @subpackage com_eventgallery * * @copyright Copyright (C) 2005 - 2019 Sven Bluege All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // Check to ensure this file is included in Joomla! defined('_JEXEC') or die(); jimport( 'joomla.application.component.model' ); require_once(__DIR__.'/events.php'); class EventgalleryModelCategories extends EventgalleryModelEvents { /** * @param $category JCategoryNode * @param string $tags * @param string $sortAttribute * @param $usergroups * @param bool $recursive * @param bool $filterByUserGroups * @return mixed */ function getSubCategories($category, $tags, $sortAttribute, $usergroups, $recursive, $filterByUserGroups) { $subCategories = $category->getChildren(); $recursive = true; foreach($subCategories as $category) { $this->_entries = null; $events = $this->getEntries(false, 0, 0, $tags, $sortAttribute, $usergroups, $category->id, $recursive, $filterByUserGroups); $category->event = count($events)>0? $events[0]: null; } return $subCategories; } }
/home/megadansyp/www/eace8/../tmp/../components/com_xmap/../com_eventgallery/models/categories.php