/home/sharedstore/public_html/prestashop.sharedstore.ma/config
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/config/autoload.php (1378B)
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/
use PrestaShop\Autoload\PrestashopAutoload;
use PrestaShop\PrestaShop\Core\Version;
require_once __DIR__ . '/../vendor/autoload.php';
define('_PS_VERSION_', Version::VERSION);
require_once _PS_CONFIG_DIR_ . 'alias.php';
PrestashopAutoload::create(_PS_ROOT_DIR_, _PS_CACHE_DIR_)
->register();