returnUrl.php 265 B

123456789101112131415
  1. <?php
  2. define('IN_IA', true);
  3. $boot_file = __DIR__ . '/../../../../framework/bootstrap.inc.php';
  4. if (file_exists($boot_file)) {
  5. @include_once $boot_file;
  6. }
  7. @include_once __DIR__ . '/../../app/laravel.php';
  8. @include_once __DIR__ . '/../../app/yunshop.php';