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

Zen Cart 源代码 products_viewed_counter.php




下载文件

文件名: products_viewed_counter.php
文件类型: PHP文件
文件大小: 505 Bytes
MD5: 337ee5a903036682745f4febfeb531e7

products_viewed_counter.php - 关闭高亮
  1. <?php
  2. /**
  3.  * @package statistics
  4.  * @copyright Copyright 2003-2012 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 GIT: $Id: Author: DrByte  Fri Jun 29 02:42:52 2012 -0400 New in v1.5.1 $
  8.  */
  9.  
  10. /**
  11.  * Valid options are:
  12.  * 'on' - triggers the default counter for products_viewed
  13.  * 'off' - the default counter functionality is bypassed
  14.  */
  15.   define('LEGACY_PRODUCTS_VIEWED_COUNTER', 'on');
  16.  
  17.