HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/confeduphaar/backip-old-files/modules/mod_gallery/mod_gallery.php
<?php

/**
 * @package	JD Photo Section
 * @subpackage  mod_slider
 * @version	1.0
 * @author	Joomdev.com
 * @copyright	Copyright (C) 2008 - 2018 Joomdev.com. All rights reserved
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
defined('_JEXEC') or die;
require_once (dirname(__FILE__) . '/' . 'helper.php');
$doc = JFactory::getDocument();
$doc->addStyleSheet(JURI::root() . 'media/mod_gallery/css/mod_jd_gallery.css');
require JModuleHelper::getLayoutPath('mod_gallery', $params->get('layout', 'default'));