[ Index ] |
|
Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1 |
1 <?php 2 /** 3 * @package admin 4 * @copyright Copyright 2003-2006 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 3009 2006-02-11 15:41:10Z wilt $ 8 */ 9 if (!defined('IS_ADMIN_FLAG')) { 10 die('Illegal Access'); 11 } 12 // close session (store variables) 13 zen_session_close(); 14 15 if (STORE_PAGE_PARSE_TIME == 'true') { 16 if (!is_object($logger)) $logger = new logger; 17 echo $logger->timer_stop(DISPLAY_PAGE_PARSE_TIME); 18 } 19 20 // breaks things 21 // pconnect disabled safety switch 22 // $db->close(); 23 24 // Gzip for Admin 25 if ( (GZIP_LEVEL == '1') && ($ext_zlib_loaded == true) && ($ini_zlib_output_compression < 1) ) { 26 if ( (PHP_VERSION < '4.0.4') && (PHP_VERSION >= '4') ) { 27 zen_gzip_output(GZIP_LEVEL); 28 } 29 } 30 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 16:45:43 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |