* @license GNU General Public License version 2 or later; see LICENSE.txt */ define('_JEXEC', 1); if (file_exists(__DIR__ . '/defines.php')) { include_once __DIR__ . '/defines.php'; } if (!file_exists(__DIR__ . '/includes/defines.php')) { include_once __DIR__ . '/includes/defines.php'; } require_once JPATH_BASE . '/includes/framework.php'; // Boot the application $app = JFactory::getApplication('site'); $app->execute();