voddowner.php 534 B

12345678910111213141516171819202122232425262728
  1. <?php
  2. return array (
  3. 'http' =>
  4. array (
  5. 'status' => '1',
  6. 'from' => 'http',
  7. 'show' => 'http下载',
  8. 'des' => 'des提示信息',
  9. 'ps' => '0',
  10. 'parse' => '',
  11. 'sort' => '90',
  12. 'tip' => 'tip提示信息',
  13. 'id' => 'http',
  14. ),
  15. 'xunlei' =>
  16. array (
  17. 'status' => '1',
  18. 'from' => 'xunlei',
  19. 'show' => 'xunlei下载',
  20. 'des' => 'des提示信息',
  21. 'target' => '_self',
  22. 'ps' => '0',
  23. 'parse' => '',
  24. 'sort' => '90',
  25. 'tip' => 'tip提示信息',
  26. 'id' => 'xunlei',
  27. ),
  28. );