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

Zen Cart 源代码 ssl_check.php




下载文件

文件名: ssl_check.php
文件类型: PHP文件
文件大小: 2.69 KiB
MD5: c1ae5ff5c196a95b0a76bf4b8792e185

ssl_check.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: ssl_check.php 290 2004-09-15 19:48:26Z wilt $
  23. //
  24.  
  25. define('NAVBAR_TITLE', '安全检查');
  26. define('HEADING_TITLE', '安全检查');
  27.  
  28. define('TEXT_INFORMATION', '您的浏览器生成了不同的SSL Session ID.');
  29. define('TEXT_INFORMATION_2', '出于安去方面的考虑, 请您重新登录后再购物.');
  30. define('TEXT_INFORMATION_3','某些浏览器, 例如 Konqueror 3.1, 无法自动生成安全的 SSL Session ID. 如果您使用该类浏览器, 我们建议您换一个浏览器以继续在线购物. 如果您的电脑上没有其它的浏览器, 您可以到这里下载: <a href="http://www.microsoft.com/ie/" target="_blank">Microsoft Internet Explorer</a>, <a href="http://channels.netscape.com/ns/browsers/download_other.jsp" target="_blank">Netscape</a>, 或者 <a href="http://www.mozilla.org/releases/" target="_blank">Mozilla</a>.');
  31. define('TEXT_INFORMATION_4','我们为了您的安全才这么做, 如果带来不便请谅解.');
  32. define('TEXT_INFORMATION_5','如果您有任何疑问, 请联系我们.');
  33.  
  34. define('BOX_INFORMATION_HEADING', '隐私和安全');
  35. define('BOX_INFORMATION', '我们自动核对您的浏览器生成的SSL Session ID.<br /><br />该验证保证只有您能用您的帐号访问我们的网站.');
  36. ?>
  37.  


cron