bootstrap.php 383 Bytes
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?php
/**
 * Copyright © 2013-2017 Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

error_reporting(E_ALL);

define('UPDATER_BP', realpath(__DIR__ . '/../'));
if (!defined('MAGENTO_BP')) {
    define('MAGENTO_BP', realpath(__DIR__ . '/../../'));
}
define('BACKUP_DIR', MAGENTO_BP . '/var/backups/');

require_once UPDATER_BP . '/vendor/autoload.php';