[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: 9b211224670eff32397ab0c77925a9fa

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