国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
572B

  1. <?php
  2. /**
  3. * 多媒体发送
  4. *
  5. * @version $Id: select_media_post.php 1 9:43 2010年7月8日Z tianya $
  6. * @package DedeCMS.Dialog
  7. * @copyright Copyright (c) 2007 - 2020, DesDev, Inc.
  8. * @license http://help.dedecms.com/usersguide/license.html
  9. * @link http://www.dedecms.com
  10. */
  11. include_once(dirname(__FILE__).'/config.php');
  12. $cfg_softtype = $cfg_mediatype;
  13. $cfg_soft_dir = $cfg_other_medias;
  14. $bkurl = 'select_media.php';
  15. $uploadmbtype = "多媒体文件类型";
  16. require_once(dirname(__FILE__)."/select_soft_post.php");