index.php 151 B

123456789101112
  1. <?php
  2. // by 请勿倒卖,已申请软著,否则追究法律责任
  3. namespace app\download;
  4. class index
  5. {
  6. function index()
  7. {
  8. downloadFile("");
  9. }
  10. }