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
/
..
/
bin
/
..
/
administrator
/
components
/
com_eventgallery
/
controller.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 */ defined('_JEXEC') or die; jimport('joomla.application.component.controller'); jimport('joomla.filesystem.file'); /** @noinspection PhpUndefinedClassInspection */ class EventgalleryController extends JControllerLegacy { protected $default_view = 'eventgallery'; /** * constructor (registers additional tasks to methods) * */ function __construct() { parent::__construct(); } /* * Standard display method * * @param boolean $cachable If true, the view output will be cached * @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. * * @return JControllerLegacy A JControllerLegacy object to support chaining. */ public function display($cachable = false, $urlparams = array()) { parent::display($cachable, $urlparams); return $this; } }
/home/megadansyp/www/eace8/../bin/../administrator/components/com_eventgallery/controller.php