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

Zen Cart 源代码 config.seo.php




下载文件

文件名: config.seo.php
文件类型: PHP文件
文件大小: 578 Bytes
MD5: 371dc8209b751aa87f7b667b89723482

config.seo.php - 关闭高亮
  1. <?php
  2. if (!defined('IS_ADMIN_FLAG')) {
  3.     die('Illegal Access');
  4. }
  5.  
  6. /**
  7.  * autoloader components to instantiate the seo-url class
  8.  */
  9.  
  10. $autoLoadConfig[0][] = array(
  11.     'autoType'=>'class',
  12.     'loadFile'=>'seo.url.php'
  13. );
  14.  
  15. // sessions are started at 70
  16. $autoLoadConfig[71][] = array(
  17.     'autoType'=>'init_script',
  18.     'loadFile'=> 'init_seo_config.php'
  19. );
  20.  
  21. // must be 120 since 110 is where the language components are established for the session
  22. $autoLoadConfig[120][] = array(
  23.     'autoType'=>'classInstantiate',
  24.     'className'=>'SEO_URL',
  25.     'objectName'=>'seo_urls'
  26. );


cron