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
  77 
<> 8 -  Copyright (c) 2007 osCommerce
   8+  Copyright (c) 2009 osCommerce
99 
  1010   This program is free software; you can redistribute it and/or modify
  1111   it under the terms of the GNU General Public License v2 (1991)
     
 !
2929 // set the level of error reporting
  3030   error_reporting(E_ALL);
  3131 
<>  32+  ini_set('log_errors', true);
   33+  ini_set('error_log', DIR_FS_WORK . 'oscommerce_errors.log');
   34+
<_ 3235 // redirect to the installation module if DB_SERVER is empty
  3336   if (strlen(DB_SERVER) < 1) {
  3437     if (is_dir('install')) {