| Server IP : 217.160.0.15 / Your IP : 216.73.216.73 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u37981780 ( 1696858) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/oneclick/joomla/3.6.2/1/scripts/ |
Upload File : |
<?php
$adm = getenv('WEB___DIR') . '/administrator';
if (file_exists($adm . '/defines.php')) {
include_once $adm . '/defines.php';
}
if (!defined('_JDEFINES')) {
define('JPATH_BASE', $adm);
require_once JPATH_BASE . '/includes/defines.php';
}
//require_once JPATH_BASE . '/includes/framework.php'
// dont include real framework.php when /installation/ folder exist
// simulate require_once JPATH_BASE . '/includes/framework.php';
// System includes
require_once JPATH_LIBRARIES . '/import.legacy.php';
// Bootstrap the CMS libraries.
require_once JPATH_LIBRARIES . '/cms.php';
// Pre-Load configuration. Don't remove the Output Buffering due to BOM issues, see JCode 26026
ob_start();
require_once JPATH_CONFIGURATION . '/configuration.php';
ob_end_clean();