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

Zen Cart 源代码 reset_seo_cache.php




下载文件

文件名: reset_seo_cache.php
文件类型: PHP文件
文件大小: 1.79 KiB
MD5: bece7b87df26a210b09dd998953ae34b

reset_seo_cache.php - 打开高亮
<?php
/*=======================================================================*\
|| #################### //-- SCRIPT INFO --// ########################## ||
|| #    Script name: admin/includes/seo_cache_reset.php
|| #    Contribution: Ultimate SEO URLs v2.1
|| #    Version: 2.0
|| #    Date: 30 January 2005
|| # ------------------------------------------------------------------ # ||
|| #################### //-- COPYRIGHT INFO --// ######################## ||
|| #    Copyright (C) 2005 Bobby Easland                                # ||
|| #    Internet moniker: Chemo                                            # ||    
|| #    Contact: chemo@mesoimpact.com                                    # ||
|| #    Commercial Site: http://gigabyte-hosting.com/                    # ||
|| #    GPL Dev Server: http://mesoimpact.com/                            # ||
|| #                                                                    # ||
|| #    This script is free software; you can redistribute it and/or    # ||
|| #    modify it under the terms of the GNU General Public License        # ||
|| #    as published by the Free Software Foundation; either version 2    # ||
|| #    of the License, or (at your option) any later version.            # ||
|| #                                                                    # ||
|| #    This script is distributed in the hope that it will be useful,    # ||
|| #    but WITHOUT ANY WARRANTY; without even the implied warranty of    # ||
|| #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the    # ||
|| #    GNU General Public License for more details.                    # ||
|| #                                                                    # ||
|| #    Script is intended to be used with:                                # ||
|| #    osCommerce, Open Source E-Commerce Solutions                    # ||
|| #    http://www.oscommerce.com                                        # ||
|| #    Copyright (c) 2003 osCommerce                                    # ||
|| ###################################################################### ||
\*========================================================================*/
    $db->Execute("DELETE FROM " . TABLE_SEO_CACHE . " WHERE cache_name LIKE '%seo_urls%'");
?>