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

Zen Cart 源代码 seo.php




下载文件

文件名: seo.php
文件类型: PHP文件
文件大小: 1.5 KiB
MD5: 900270bc4168fc875ccbc5d4c113eed1

seo.php - 关闭高亮
  1. <?php
  2. //
  3. // +----------------------------------------------------------------------+
  4. // |zen-cart Open Source E-commerce                                       |
  5. // +----------------------------------------------------------------------+
  6. // | Copyright (c) 2005 Joshua Dechant                               |
  7. // |                                                                      |  
  8. // | Portions Copyright (c) 2004 The zen-cart developers                  |
  9. // |                                                                      |  
  10. // | http://www.zen-cart.com/index.php                                    |  
  11. // |                                                                      |  
  12. // | Portions Copyright (c) 2003 osCommerce                               |
  13. // +----------------------------------------------------------------------+
  14. // | This source file is subject to version 2.0 of the GPL license,       |
  15. // | that is bundled with this package in the file LICENSE, and is        |
  16. // | available through the world-wide-web at the following url:           |
  17. // | http://www.zen-cart.com/license/2_0.txt.                             |
  18. // | If you did not receive a copy of the zen-cart license and are unable |
  19. // | to obtain it through the world-wide-web, please send a note to       |
  20. // | license@zen-cart.com so we can mail you a copy immediately.          |
  21. // +----------------------------------------------------------------------+
  22. // $Id: seo.php
  23. //
  24.  
  25.   define('TABLE_SEO_CACHE', DB_PREFIX . 'seo_cache');
  26. ?>