10) && !file_exists(JPATH_INSTALLATION . '/index.php')) { header('Location: ../index.php'); exit(); } /* * Joomla system startup. */ // Import the Joomla Platform. require_once JPATH_LIBRARIES . '/import.legacy.php'; // Bootstrap the CMS libraries. require_once JPATH_LIBRARIES . '/cms.php'; // Import filesystem and utilities classes since they aren't autoloaded jimport('joomla.filesystem.file'); jimport('joomla.filesystem.folder'); jimport('joomla.filesystem.path'); jimport('joomla.utilities.arrayhelper');