| Current Path : /proc/thread-self/root/proc/thread-self/root/proc/1908984/root/proc/1147586/cwd/ |
| Current File : //proc/thread-self/root/proc/thread-self/root/proc/1908984/root/proc/1147586/cwd/include.php.tar |
home/digilove/public_html/libraries/fof/include.php 0000644 00000001402 15234473036 0016466 0 ustar 00 <?php
/**
* @package FrameworkOnFramework
* @subpackage include
* @copyright Copyright (C) 2010-2015 Nicholas K. Dionysopoulos
* @license GNU General Public License version 2, or later
* @note This file has been modified by the Joomla! Project and no longer reflects the original work of its author.
*
* @deprecated 4.0 Deprecated without replacement include FOF by your own if required
*
* Initializes FOF
*/
defined('_JEXEC') or die();
if (!defined('FOF_INCLUDED'))
{
define('FOF_INCLUDED', '2.5.5');
// Register the FOF autoloader
require_once __DIR__ . '/autoloader/fof.php';
FOFAutoloaderFof::init();
// Register a debug log
if (defined('JDEBUG') && JDEBUG)
{
FOFPlatform::getInstance()->logAddLogger('fof.log.php');
}
}
home/digilove/public_html/libraries/fof40/include.php 0000644 00000001724 15234636224 0016641 0 ustar 00 <?php
/**
* @package FOF
* @copyright Copyright (c)2010-2022 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU General Public License version 3, or later
*/
// Do not put the JEXEC or die check on this file (necessary omission for testing)
use Joomla\CMS\Factory as JoomlaFactory;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Log\Log;
if (!class_exists('FOF40\\Autoloader\\Autoloader'))
{
// Register utility functions
require_once __DIR__ . '/Utils/helpers.php';
// Register the FOF autoloader
require_once __DIR__ . '/Autoloader/Autoloader.php';
}
if (!defined('FOF40_INCLUDED'))
{
define('FOF40_INCLUDED', '4.1.4');
JoomlaFactory::getLanguage()->load('lib_fof40', JPATH_SITE, 'en-GB', true);
JoomlaFactory::getLanguage()->load('lib_fof40', JPATH_SITE, null, true);
// Register a debug log
if (defined('JDEBUG') && JDEBUG && class_exists('\Joomla\CMS\Log\Log'))
{
Log::addLogger(array('text_file' => 'fof.log.php'), Log::ALL, array('fof'));
}
}
home/digilove/public_html/110/libraries/fof40/include.php 0000644 00000001724 15235260066 0017140 0 ustar 00 <?php
/**
* @package FOF
* @copyright Copyright (c)2010-2022 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU General Public License version 3, or later
*/
// Do not put the JEXEC or die check on this file (necessary omission for testing)
use Joomla\CMS\Factory as JoomlaFactory;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Log\Log;
if (!class_exists('FOF40\\Autoloader\\Autoloader'))
{
// Register utility functions
require_once __DIR__ . '/Utils/helpers.php';
// Register the FOF autoloader
require_once __DIR__ . '/Autoloader/Autoloader.php';
}
if (!defined('FOF40_INCLUDED'))
{
define('FOF40_INCLUDED', '4.1.4');
JoomlaFactory::getLanguage()->load('lib_fof40', JPATH_SITE, 'en-GB', true);
JoomlaFactory::getLanguage()->load('lib_fof40', JPATH_SITE, null, true);
// Register a debug log
if (defined('JDEBUG') && JDEBUG && class_exists('\Joomla\CMS\Log\Log'))
{
Log::addLogger(array('text_file' => 'fof.log.php'), Log::ALL, array('fof'));
}
}
home/digilove/public_html/110/libraries/fof/include.php 0000644 00000001402 15235310306 0016756 0 ustar 00 <?php
/**
* @package FrameworkOnFramework
* @subpackage include
* @copyright Copyright (C) 2010-2015 Nicholas K. Dionysopoulos
* @license GNU General Public License version 2, or later
* @note This file has been modified by the Joomla! Project and no longer reflects the original work of its author.
*
* @deprecated 4.0 Deprecated without replacement include FOF by your own if required
*
* Initializes FOF
*/
defined('_JEXEC') or die();
if (!defined('FOF_INCLUDED'))
{
define('FOF_INCLUDED', '2.5.5');
// Register the FOF autoloader
require_once __DIR__ . '/autoloader/fof.php';
FOFAutoloaderFof::init();
// Register a debug log
if (defined('JDEBUG') && JDEBUG)
{
FOFPlatform::getInstance()->logAddLogger('fof.log.php');
}
}
home/digilove/public_html/110/libraries/fof30/include.php 0000644 00000001714 15235407551 0017140 0 ustar 00 <?php
/**
* @package FOF
* @copyright Copyright (c)2010-2019 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU GPL version 2 or later
*/
// Do not put the JEXEC or die check on this file (necessary omission for testing)
if (!class_exists('FOF30\\Autoloader\\Autoloader'))
{
// Register utility functions
require_once __DIR__ . '/Utils/helpers.php';
// Register the FOF autoloader
require_once __DIR__ . '/Autoloader/Autoloader.php';
}
if (!defined('FOF30_INCLUDED'))
{
define('FOF30_INCLUDED', '3.4.2');
JFactory::getLanguage()->load('lib_fof30', JPATH_SITE, 'en-GB', true);
JFactory::getLanguage()->load('lib_fof30', JPATH_SITE, null, true);
// Register a debug log
if (defined('JDEBUG') && JDEBUG && class_exists('JLog'))
{
\JLog::addLogger(array('text_file' => 'fof.log.php'), \JLog::ALL, array('fof'));
}
// Register the JHtml helpers path for the Akeeba Frontend Framework
JHtml::addIncludePath(__DIR__ . '/Utils/FEFHelper');
}
home/digilove/public_html/libraries/fof30/include.php 0000644 00000001714 15235575773 0016653 0 ustar 00 <?php
/**
* @package FOF
* @copyright Copyright (c)2010-2019 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU GPL version 2 or later
*/
// Do not put the JEXEC or die check on this file (necessary omission for testing)
if (!class_exists('FOF30\\Autoloader\\Autoloader'))
{
// Register utility functions
require_once __DIR__ . '/Utils/helpers.php';
// Register the FOF autoloader
require_once __DIR__ . '/Autoloader/Autoloader.php';
}
if (!defined('FOF30_INCLUDED'))
{
define('FOF30_INCLUDED', '3.4.2');
JFactory::getLanguage()->load('lib_fof30', JPATH_SITE, 'en-GB', true);
JFactory::getLanguage()->load('lib_fof30', JPATH_SITE, null, true);
// Register a debug log
if (defined('JDEBUG') && JDEBUG && class_exists('JLog'))
{
\JLog::addLogger(array('text_file' => 'fof.log.php'), \JLog::ALL, array('fof'));
}
// Register the JHtml helpers path for the Akeeba Frontend Framework
JHtml::addIncludePath(__DIR__ . '/Utils/FEFHelper');
}