[ 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/install/includes/ -> application.php (source)

   1  <?php
   2  /*
   3    $Id: application.php,v 1.5 2003/07/09 01:11:05 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  // Set the level of error reporting
  14    error_reporting(E_ALL & ~E_NOTICE);
  15  
  16  // Check if register_globals is enabled.
  17  // Since this is a temporary measure this message is hardcoded. The requirement will be removed before 2.2 is finalized.
  18    if (function_exists('ini_get')) {
  19      ini_get('register_globals') or exit('FATAL ERROR: register_globals is disabled in php.ini, please enable it!');
  20    }
  21  
  22    require('includes/functions/general.php');
  23    require('includes/functions/database.php');
  24    require('includes/functions/html_output.php');
  25  ?>


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