?? index.php
字號(hào):
<?/* 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");?>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -