[ Index ]
 

Code source de osCommerce 2.2ms2-060817

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/catalog/includes/ -> application_bottom.php (source)

   1  <?php
   2  /*
   3    $Id: application_bottom.php,v 1.14 2003/02/10 22:30:41 hpdl Exp $
   4  
   5    osCommerce, Open Source E-Commerce Solutions
   6    http://www.oscommerce.com
   7  
   8    Copyright (c) 2003 osCommerce
   9  
  10    Released under the GNU General Public License
  11  */
  12  
  13  // close session (store variables)
  14    tep_session_close();
  15  
  16    if (STORE_PAGE_PARSE_TIME == 'true') {
  17      $time_start = explode(' ', PAGE_PARSE_START_TIME);
  18      $time_end = explode(' ', microtime());
  19      $parse_time = number_format(($time_end[1] + $time_end[0] - ($time_start[1] + $time_start[0])), 3);
  20      error_log(strftime(STORE_PARSE_DATE_TIME_FORMAT) . ' - ' . getenv('REQUEST_URI') . ' (' . $parse_time . 's)' . "\n", 3, STORE_PAGE_PARSE_TIME_LOG);
  21  
  22      if (DISPLAY_PAGE_PARSE_TIME == 'true') {
  23        echo '<span class="smallText">Parse Time: ' . $parse_time . 's</span>';
  24      }
  25    }
  26  
  27    if ( (GZIP_COMPRESSION == 'true') && ($ext_zlib_loaded == true) && ($ini_zlib_output_compression < 1) ) {
  28      if ( (PHP_VERSION < '4.0.4') && (PHP_VERSION >= '4') ) {
  29        tep_gzip_output(GZIP_LEVEL);
  30      }
  31    }
  32  ?>


Généré le : Mon Nov 26 19:48:25 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics