template_email.php 350 B

123456789101112131415161718
  1. <?php
  2. return array
  3. (
  4. 'update' => array
  5. (
  6. 'field' => array
  7. (
  8. 'host' => array
  9. (
  10. 'desc' => '主机地址,端口请用:隔开,格式为host:port',
  11. ),
  12. 'user',
  13. 'username',
  14. 'pwd',
  15. 'title',
  16. ),
  17. ),
  18. );