D7net Mini Sh3LL v1
Current File : /var/www/html/hpsc/../informatica/images/sampledata/../../libraries/f0f/platform/../include.php |
<?php
/**
* @package FrameworkOnFramework
* @subpackage include
* @copyright Copyright (C) 2010-2015 Nicholas K. Dionysopoulos
* @license GNU General Public License version 2, or later
*
* Initializes F0F
*/
defined('_JEXEC') or die();
if (!defined('F0F_INCLUDED'))
{
define('F0F_INCLUDED', 'rev45C6E76');
// Register the F0F autoloader
require_once __DIR__ . '/autoloader/fof.php';
F0FAutoloaderFof::init();
// Register a debug log
if (defined('JDEBUG') && JDEBUG)
{
F0FPlatform::getInstance()->logAddLogger('fof.log.php');
}
}
AnonSec - 2021 | Recode By D7net