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

Zen Cart 源代码 send_or_spend.php




下载文件

文件名: send_or_spend.php
文件类型: PHP文件
文件大小: 396 Bytes
MD5: f7cc839ed29de361589a09a38703e60e

send_or_spend.php - 关闭高亮
  1. <?php
  2. /**
  3.  *  send_or_spend.php
  4.  *
  5.  * @package productTypes
  6.  * @copyright Copyright 2003-2006 Zen Cart Development Team
  7.  * @copyright Portions Copyright 2003 osCommerce
  8.  * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
  9.  * @version $Id: send_or_spend.php 3086 2006-03-01 00:40:57Z drbyte $
  10.  */
  11. if (!defined('IS_ADMIN_FLAG')) {
  12.   die('Illegal Access');
  13. }
  14.  
  15. ?>