[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.canonical.php

Zen Cart 源代码 config.canonical.php




下载文件

文件名: config.canonical.php
文件类型: PHP文件
文件大小: 589 Bytes
MD5: 4a73fe322c799265eae382a81ba75020

config.canonical.php - 关闭高亮
  1. <?php
  2. /**
  3.  * autoloader activation point for canonical url handling script
  4.  *
  5.  * @package initSystem
  6.  * @copyright Copyright 2003-2010 Zen Cart Development Team
  7.  * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
  8.  * @version $Id: config.canonical.php 15763 2010-03-31 20:05:22Z drbyte $
  9.  */
  10. if (!defined('IS_ADMIN_FLAG')) {
  11.  die('Illegal Access');
  12. }
  13. /**
  14.  * point 161 was selected specifically based on dependancies
  15.  */
  16.   $autoLoadConfig[161][] = array('autoType'=>'init_script',
  17.                                  'loadFile'=> 'init_canonical.php');
  18.