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

Zen Cart 源代码 cookie_usage.php




下载文件

文件名: cookie_usage.php
文件类型: PHP文件
文件大小: 2.58 KiB
MD5: cb0d9fb969dd9346a21474e460040080

cookie_usage.php - 关闭高亮
  1. <?php
  2. //
  3. // +----------------------------------------------------------------------+
  4. // |zen-cart Open Source E-commerce                                       |
  5. // +----------------------------------------------------------------------+
  6. // | Copyright (c) 2003 The zen-cart developers                           |
  7. // |                                                                      |
  8. // | http://www.zen-cart.com/index.php                                    |
  9. // |                                                                      |
  10. // | Portions Copyright (c) 2003 osCommerce                               |
  11. // +----------------------------------------------------------------------+
  12. // | This source file is subject to version 2.0 of the GPL license,       |
  13. // | that is bundled with this package in the file LICENSE, and is        |
  14. // | available through the world-wide-web at the following url:           |
  15. // | http://www.zen-cart.com/license/2_0.txt.                             |
  16. // | If you did not receive a copy of the zen-cart license and are unable |
  17. // | to obtain it through the world-wide-web, please send a note to       |
  18. // | license@zen-cart.com so we can mail you a copy immediately.          |
  19. // +----------------------------------------------------------------------+
  20. // | Simplified Chinese version   http://www.zen-cart.cn                  |
  21. // +----------------------------------------------------------------------+
  22. // $Id: cookie_usage.php 290 2004-09-15 19:48:26Z wilt $
  23. //
  24.  
  25. define('NAVBAR_TITLE', 'Cookie使用');
  26. define('HEADING_TITLE', 'Cookie使用');
  27.  
  28. define('TEXT_INFORMATION', '我们检测到您的浏览器簿支持cookies,或者关闭了cookies。');
  29. define('TEXT_INFORMATION_2', '要继续网上购物,请在浏览器里打开cookies。');
  30. define('TEXT_INFORMATION_3', '如果是<strong>Internet Explorer</strong>浏览器,请依以下步骤:<br /><ol><li>点击工具菜单,选择Internet选项</li><li>选择安全标签,然后重置安全级别为中等</li></ol>');
  31. define('TEXT_INFORMATION_4', '我们为了您的安全这么做,如果带来不便请谅解。');
  32. define('TEXT_INFORMATION_5', '如果您有任何疑问,请联系我们。');
  33.  
  34. define('BOX_INFORMATION_HEADING', '<strong>Cookie隐私和安全</strong>');
  35. define('BOX_INFORMATION', '要打开Cookies以便在本店网上购物,这里是有关您访问本站的隐私和安全方面的说明。<br /><br />打开您的浏览器上的cookie,可以保证您和本站间的通讯强度,以确保是您自己执行交易,同时防止泄漏您的隐私信息。');
  36. ?>


cron