⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config_checkup.php

📁 Zen Cart是真正的电子商务艺术
💻 PHP
字号:
<?php
/**
 * @package Installer
 * @access private
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: config_checkup.php 7403 2007-11-11 04:09:16Z drbyte $
 */
/**
 * defining language components for the page
 */
  define('TEXT_MAIN', '<h2>Please fix your configuration files</h2><p>Your configure.php files cannot be validated. This means that they most likely do not contain valid information.</p>');
  define('TEXT_EXPLANATION2', '<p>After collecting information from you, we tried to write the collected information to the configure.php files on your server. You are seeing this screen because that process was unsuccessful. Thus, you will likely have to set their contents manually.</p>');
  define('TEXT_PAGE_HEADING', 'Zen Cart&trade; Setup - Configuration Checkup');
  define('TEXT_CONFIG_FILES', 'Configuration Settings - configure.php files');
  define('TEXT_CONFIG_INSTRUCTIONS', 'You may use your computer clipboard to copy-and-paste the appropriate content using the following boxes.  Click in the box, copy to your clipboard, open the appropriate configure.php file using your text editor, paste the clipboard contents into the file, save, upload. Repeat for the other file.<br /><br />When finished, click on the "Re-Check Files" button below to re-run the validation.');

  define('TEXT_CATALOG_CONFIGFILE', '/includes/configure.php');
  define('TEXT_ADMIN_CONFIGFILE', '/admin/includes/configure.php');

  define('CONTINUE_BUTTON', 'Ignore and Continue');
  define('RECHECK', 'Re-Check Files');
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -