index.php
来自「完善的PHP/MySQL电子商务方案」· PHP 代码 · 共 45 行
PHP
45 行
<?/* index.php (c) 2000 Ying Zhang (ying@zippydesign.com) * * TERMS OF USAGE: * This file was written and developed by Ying Zhang (ying@zippydesign.com) * for educational and demonstration purposes only. You are hereby granted the * rights to use, modify, and redistribute this file as you like. The only * requirement is that you must retain this notice, without modifications, at * the top of your source code. No warranties or guarantees are expressed or * implied. DO NOT use this code in a production environment without * understanding the limitations and weaknesses pretaining to or caused by the * use of these scripts, directly or indirectly. USE AT YOUR OWN RISK! *//****************************************************************************** * MAIN *****************************************************************************/include("../application.php");require_login();require_priv("admin");$DOC_TITLE = "MyMarket Administrator";include("templates/header.php");?><p class=normal>Welcome to the MyMarket Administrative menu!<pre>TERMS OF USAGE:This file was written and developed by Ying Zhang (ying@zippydesign.com)for educational and demonstration purposes only. You are hereby granted therights to use, modify, and redistribute this file as you like. The onlyrequirement is that you must retain this notice, without modifications, atthe top of your source code. No warranties or guarantees are expressed orimplied. DO NOT use this code in a production environment withoutunderstanding the limitations and weaknesses pretaining to or caused by theuse of these scripts, directly or indirectly. USE AT YOUR OWN RISK!</pre><?include("templates/footer.php");?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?