appdown.php 163 B

12345
  1. <?php
  2. require_once './system/mapi_init.php';
  3. require_once './mapi/lib/core/common.php';
  4. app_redirect(SITE_DOMAIN.'/mapi/index.php?ctl=app_download&act=index');
  5. ?>