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

Zen Cart 源代码 products_viewed_counter.php




下载文件

文件名: products_viewed_counter.php
文件类型: PHP文件
文件大小: 505 Bytes
MD5: 00d71186d32e85e2e417274ca052f2ec

products_viewed_counter.php - 打开高亮
<?php
/**
 * @package statistics
 * @copyright Copyright 2003-2012 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version GIT: $Id: Author: DrByte  Fri Jun 29 02:42:52 2012 -0400 New in v1.5.1 $
 */

/**
 * Valid options are:
 * 'on' - triggers the default counter for products_viewed
 * 'off' - the default counter functionality is bypassed
 */
  define('LEGACY_PRODUCTS_VIEWED_COUNTER', 'on');