[ Index ]
 

Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/includes/ -> application_bottom.php (source)

   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-2006 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 3019 2006-02-13 03:59:48Z birdbrain $

  11   */
  12  if (!defined('IS_ADMIN_FLAG')) {
  13    die('Illegal Access');
  14  }
  15  // close session (store variables)

  16  zen_session_close();
  17  
  18  // breaks things

  19  // pconnect disabled (safety switch)

  20  // $db->close();

  21  
  22  if ( (GZIP_LEVEL == '1') && ($ext_zlib_loaded == true) && ($ini_zlib_output_compression < 1) ) {
  23    if ( (PHP_VERSION < '4.0.4') && (PHP_VERSION >= '4') ) {
  24      zen_gzip_output(GZIP_LEVEL);
  25    }
  26  }
  27  ?>


Généré le : Mon Nov 26 16:45:43 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics