start.php
来自「PHP 建站工具,CMS系统,类似与oscommerce」· PHP 代码 · 共 22 行
PHP
22 行
<?php
/* --------------------------------------------------------------
$Id: start.php,v 1.1 2003/12/19 13:19:08 oldpa Exp $
TWE-Commerce - community made shopping
http://www.oldpa.com.tw Copyright (c) 2003 TWE-Commerce
--------------------------------------------------------------
based on:
(c) 2003 nextcommerce (start.php,v 1.1 2003/08/19); www.nextcommerce.org
(c) 2003 xt-commerce www.xt-commerce.com
Released under the GNU General Public License
--------------------------------------------------------------*/
define('HEADING_TITLE','Welcome');
define('ATTENTION_TITLE','! ATTENTION !');
// text for Warnings:
define('TEXT_FILE_WARNING','<b>WARNING:</b><br>Following files are writeable. Please change the permissions of this files due to security reasons. <b>(444)</b> in unix, <b>(read-only)</b> in Win32.');
define('TEXT_FOLDER_WARNING','<b>WARNING:</b><br>Following folders must be writeable. Please change the permissions of these folders. <b>(777)</b> in unix, <b>(read-write)</b> in Win32.');
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?