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

Zen Cart 源代码 config.products_viewed_counter.php




下载文件

文件名: config.products_viewed_counter.php
文件类型: PHP文件
文件大小: 698 Bytes
MD5: 7e6185840c7d0041df19f4a409726ae2

config.products_viewed_counter.php - 关闭高亮
  1. <?php
  2. /**
  3.  *
  4.  * @package statistics
  5.  * @copyright Copyright 2003-2012 Zen Cart Development Team
  6.  * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
  7.  * @version GIT: $Id: Author: DrByte  Tue Aug 28 14:21:34 2012 -0400 New in v1.5.1 $
  8.  */
  9. /**
  10.  * Designed for v1.5.1
  11.  */
  12. if (!defined('IS_ADMIN_FLAG')) {
  13.  die('Illegal Access');
  14. }
  15. $autoLoadConfig[190][] = array('autoType'=>'class',
  16.                               'loadFile'=>'observers/class.products_viewed_counter.php');
  17. $autoLoadConfig[190][] = array('autoType'=>'classInstantiate',
  18.                               'className'=>'products_viewed_counter',
  19.                               'objectName'=>'products_viewed_counter');
  20.