Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1863
 
1865
 
1865
 
application_top.php
_> 11 <?php
  22 /*
<> 3 -  $Id: application_top.php 1863 2009-03-06 23:53:49Z hpdl $
   3+  $Id: application_top.php 1865 2009-03-08 22:00:36Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
3131 // set the level of error reporting to E_ALL
  3232   error_reporting(E_ALL);
  3333 
<>  34+  ini_set('log_errors', true);
   35+  ini_set('error_log', DIR_FS_WORK . 'oscommerce_errors.log');
   36+
<_ 3437 // Define the project version
  3538   define('PROJECT_VERSION', 'osCommerce 3.0a4');
  3639