csUrl.php 262 B

1234567891011121314
  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';