Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
paroquia-rm.bak /
libraries /
fof /
Delete
Unzip
Name
Size
Permission
Date
Action
autoloader
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
config
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
controller
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
database
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
dispatcher
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
download
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
encrypt
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
form
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
hal
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
inflector
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
input
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
integration
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
layout
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
less
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
model
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
platform
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
query
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
render
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
string
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
table
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
template
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
toolbar
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
utils
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
view
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
include.php
653
B
-rw-r--r--
2018-06-26 10:27
version.txt
16
B
-rw-r--r--
2018-06-26 10:27
Save
Rename
<?php /** * @package FrameworkOnFramework * @subpackage include * @copyright Copyright (C) 2010-2015 Nicholas K. Dionysopoulos * @license GNU General Public License version 2, or later * * @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'); } }