[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: 684ef31ce831b3e39e36b38fa6b4840e

config.seo.php - 打开高亮
<?php
if (!defined('IS_ADMIN_FLAG')) {
    die('Illegal Access');
}

/**
 * autoloader components to instantiate the seo-url class
 */

$autoLoadConfig[0][] = array(
    'autoType'=>'class',
    'loadFile'=>'seo.url.php'
);

// sessions are started at 70
$autoLoadConfig[71][] = array(
    'autoType'=>'init_script',
    'loadFile'=> 'init_seo_config.php'
);

// must be 120 since 110 is where the language components are established for the session
$autoLoadConfig[120][] = array(
    'autoType'=>'classInstantiate',
    'className'=>'SEO_URL',
    'objectName'=>'seo_urls'
);