if (!defined('_JEXEC')) {
$joomlaPath = dirname(__FILE__)."/../../../..";
define('_JEXEC', 1);
if (file_exists($joomlaPath . '/defines.php')) {
include_once $joomlaPath . '/defines.php';
}
if (!defined('_JDEFINES')) {
define('JPATH_BASE', $joomlaPath);
require_once JPATH_BASE.'/includes/defines.php';
}
require_once JPATH_BASE.'/includes/framework.php';
// Instantiate the application.
$app = JFactory::getApplication('site');
// Initialise the application.
$app->initialise();
jimport('joomla.filesystem.file');
}
Time to create page: 0.059 seconds