[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 源代码 music_type_filenames.php

Zen Cart 源代码 music_type_filenames.php




下载文件

文件名: music_type_filenames.php
文件类型: PHP文件
文件大小: 633 Bytes
MD5: 9916f99349d8067fa66c56a20c47889b

music_type_filenames.php - 关闭高亮
  1. <?php
  2. /**
  3.  * @package admin
  4.  * @copyright Copyright 2003-2006 Zen Cart Development Team
  5.  * @copyright Portions Copyright 2003 osCommerce
  6.  * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
  7.  * @version $Id: music_type_filenames.php 3001 2006-02-09 21:45:06Z wilt $
  8.  */
  9. if (!defined('IS_ADMIN_FLAG')) {
  10.   die('Illegal Access');
  11. }
  12.   define('FILENAME_RECORD_ARTISTS', 'record_artists');
  13.   define('FILENAME_RECORD_COMPANY', 'record_company');
  14.   define('FILENAME_MUSIC_GENRE', 'music_genre');
  15.   define('FILENAME_MEDIA_MANAGER', 'media_manager');
  16.   define('FILENAME_MEDIA_TYPES', 'media_types');
  17. ?>
  18.