Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1241
 
1257
 
1257
 
application_top.php
_> 11 <?php
  22 /*
<> 3 -  $Id: application_top.php 1241 2007-02-06 03:20:58Z hpdl $
   3+  $Id: application_top.php 1257 2007-02-23 23:25:59Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
  77 
<> 8 -  Copyright (c) 2006 osCommerce
   8+  Copyright (c) 2007 osCommerce
99 
  1010   Released under the GNU General Public License
  1111 */
     
 !
1515 
  1616   define('OSC_IN_ADMIN', true);
  1717 
<>  18+// set the level of error reporting to E_ALL except E_NOTICE
   19+  error_reporting(E_ALL ^ E_NOTICE);
   20+
1821 // set the local configuration parameters - mainly for developers
<> 19 -  if (file_exists('../includes/local/configure.php')) include('../includes/local/configure.php');
   22+  if ( file_exists('../includes/local/configure.php') ) {
   23+    include('../includes/local/configure.php');
   24+  }
2025 
  2126 // include server parameters
  2227   require('../includes/configure.php');
  2328 
<> 24 -// set the level of error reporting
   29+// set the level of error reporting to E_ALL
<_ 2530   error_reporting(E_ALL);
  2631 
  2732 // Define the project version