[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文件
文件大小: 529 Bytes
MD5: 6c055208ae368316fdde008c0ffbce68

application_bottom.php - 关闭高亮
  1. <?php
  2. /**
  3.  * application_bottom.php
  4.  * Common actions carried out at the end of each page invocation.
  5.  *
  6.  * @package initSystem
  7.  * @copyright Copyright 2003-2010 Zen Cart Development Team
  8.  * @copyright Portions Copyright 2003 osCommerce
  9.  * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
  10.  * @version $Id: application_bottom.php 17088 2010-07-31 05:08:33Z drbyte $
  11.  */
  12. if (!defined('IS_ADMIN_FLAG')) {
  13.   die('Illegal Access');
  14. }
  15. // close session (store variables)
  16.  
  17.  


cron