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

Zen Cart 源代码 reset_seo_cache.php




下载文件

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

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