Sindbad~EG File Manager

Current Path : /proc/self/cwd/old/
Upload File :
Current File : //proc/self/cwd/old/index---.php

<?php
// --- FORCE ERROR REPORTING ---
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
// -----------------------------

/**
 * @package    Joomla.Site
 *
 * @copyright  (C) 2005 Open Source Matters, Inc. <https://www.joomla.org>
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 */

// Set flag that this is a parent file.
defined('_JEXEC') or die;

// Define the application directory
if (!defined('JPATH_BASE'))
{
	define('JPATH_BASE', __DIR__);
}

// Load the defines.
if (file_exists(JPATH_BASE . '/includes/defines.php'))
{
	require_once JPATH_BASE . '/includes/defines.php';
}

if (!defined('_JEXEC'))
{
	define('_JEXEC', 1);
	define('JPATH_BASE', __DIR__);
	require_once JPATH_BASE . '/includes/defines.php';
	require_once JPATH_BASE . '/includes/framework.php';
}

// Mark afterLoad in the profiler.
JDEBUG ? $_PROFILER->mark('afterLoad') : null;

// Instantiate the application.
$app = JFactory::getApplication('site');

// Execute the application.
$app->execute();

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