[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 media_manager.php

Zen Cart 源代码 media_manager.php




下载文件

文件名: media_manager.php
文件类型: PHP文件
文件大小: 432 Bytes
MD5: 768704105e2375ce8c274e2f2abfc5e1

media_manager.php - 关闭高亮
  1. <?php
  2. /**
  3.  * sundry defines for the music product type
  4.  *
  5.  * @package productTypes
  6.  * @copyright Copyright 2003-2005 Zen Cart Development Team
  7.  * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
  8.  * @version $Id: media_manager.php 2842 2006-01-13 06:21:11Z drbyte $
  9.  */
  10. /**
  11.  * The directory where media (mp3's etc) are stored - relative to catalog dir.
  12.  */
  13.   define('DIR_WS_MEDIA', 'media/');
  14. ?>