license.php
来自「Easy_Buy是一个在线销售系统」· PHP 代码 · 共 19 行
PHP
19 行
<?php
/** * @package Installer
* @access private
* @copyright Copyright 2003-2005 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: license.php 2342 2005-11-13 01:07:55Z drbyte $
*/
/**
* defining language components for the page
*/
define('TEXT_MAIN', 'Welcome to the setup program for Zen Cart™ v' . PROJECT_VERSION_MAJOR .'.'.PROJECT_VERSION_MINOR. ' release. Please confirm your acceptance of the license terms.');
define('TEXT_PAGE_HEADING', 'Zen Cart™ Setup - License Confirmation');
define('INSTALL', 'Continue');
define('AGREE', 'I have read and agree to abide by the Terms and Conditions as stated above.');
define('DISAGREE', 'I have read and do not agree to abide by the Terms and Conditions as stated above.');
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?