stats_sales_report.php
来自「您上载的源码为何会被站长不采用或帐号被删除? 1.源码太简单 2.不是源码 」· PHP 代码 · 共 23 行
PHP
23 行
<?php/*//////////////////////////////////////////////////////////// SALES REPORT //// //// By Frank Koehl (PM: BlindSide) //// //// Powered by Zen-Cart (www.zen-cart.com) //// Portions Copyright (c) 2006 The Zen Cart Team //// //// Released under the GNU General Public License //// available at www.zen-cart.com/license/2_0.txt //// or see "license.txt" in the downloaded zip ////////////////////////////////////////////////////////////// DESCRIPTION: This define controls what text appears //// in the Admin navigation dropdown menu. ////////////////////////////////////////////////////////////// $Id: stats_sales_report.php 93 2006-07-24 13:32:02Z BlindSide $*/define('BOX_REPORTS_SALES_REPORT', 'Sales Report');?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?