Sindbad~EG File Manager

Current Path : /var/www/ispania.gr/modules/mod_kunenalatest/
Upload File :
Current File : /var/www/ispania.gr/modules/mod_kunenalatest/mod_kunenalatest.php

<?php
/**
 * Kunena Latest Module
 *
 * @package       Kunena.mod_kunenalatest
 *
 * @copyright (C) 2008 - 2020 Kunena Team. All rights reserved.
 * @license       http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link          https://www.kunena.org
 **/
defined('_JEXEC') or die();

// Kunena detection and version check
$minKunenaVersion = '5.0';

if (!class_exists('KunenaForum') || !KunenaForum::isCompatible($minKunenaVersion))
{
	echo JText::sprintf('MOD_KUNENALATEST_KUNENA_NOT_INSTALLED', $minKunenaVersion);

	return;
}

// Kunena online check
if (!KunenaForum::enabled())
{
	echo JText::_('MOD_KUNENALATEST_KUNENA_OFFLINE');

	return;
}

require_once __DIR__ . '/class.php';

/** @var stdClass $module */
/** @var JRegistry $params */
$instance = new ModuleKunenaLatest($module, $params);
$instance->display();

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists