cron.php 201 B

12345678
  1. <?php
  2. define('IS_CRON',true);
  3. define('IN_IA', true);
  4. include_once __DIR__ . '/../../framework/bootstrap.inc.php';
  5. include_once __DIR__ . '/app/laravel.php';
  6. include_once __DIR__ . '/app/yunshop.php';