[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 application_bottom.php

Zen Cart 源代码 application_bottom.php




下载文件

文件名: application_bottom.php
文件类型: PHP文件
文件大小: 583 Bytes
MD5: 411377c8e842f45c9146a018c5c01c68

application_bottom.php - 关闭高亮
  1. <?php
  2. /**
  3.  * @package admin
  4.  * @copyright Copyright 2003-2010 Zen Cart Development Team
  5.  * @copyright Portions Copyright 2003 osCommerce
  6.  * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
  7.  * @version $Id: application_bottom.php 17088 2010-07-31 05:08:33Z drbyte $
  8.  */
  9. if (!defined('IS_ADMIN_FLAG')) {
  10.   die('Illegal Access');
  11. }
  12. // close session (store variables)
  13.  
  14.   if (STORE_PAGE_PARSE_TIME == 'true') {
  15.     if (!is_object($logger)) $logger = new logger;
  16.     echo $logger->timer_stop(DISPLAY_PAGE_PARSE_TIME);
  17.   }
  18.