returnUrl.php 375 B

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * Author: 芸众商城 www.yunzshop.com
  5. * Date: 2017/3/24
  6. * Time: 下午3:45
  7. */
  8. define('IN_IA', true);
  9. $boot_file = __DIR__ . '/../../../../framework/bootstrap.inc.php';
  10. if (file_exists($boot_file)) {
  11. @include_once $boot_file;
  12. }
  13. include_once __DIR__ . '/../../app/laravel.php';
  14. include_once __DIR__ . '/../../app/yunshop.php';