notifyUrlWithdraw.php 351 B

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