sales_report_filenames.php

来自「Zen Cart是真正的电子商务艺术」· PHP 代码 · 共 22 行

PHP
22
字号
<?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: The name of the sales report file.     ////  You should not ever have to edit this file.         ////////////////////////////////////////////////////////////// $Id: sales_report_filenames.php 93 2006-07-24 13:32:02Z BlindSide $*/define('FILENAME_STATS_SALES_REPORT', 'stats_sales_report');?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?