Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1848
 
1857
 
1857
 
application_top.php
_> 11 <?php
  22 /*
<> 3 -  $Id: application_top.php 1848 2009-02-28 02:21:10Z hpdl $
   3+  $Id: application_top.php 1857 2009-03-01 02:41:14Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
5858   $osC_Cache = new osC_Cache();
  5959 
  6060 // include the administrators log class
<> 61 -  require('includes/classes/administrators_log.php');
   61+  if ( file_exists('includes/applications/administrators_log/classes/administrators_log.php') ) {
   62+    include('includes/applications/administrators_log/classes/administrators_log.php');
   63+  }
<_ 6264 
  6365 // include the database class
  6466   require('../includes/classes/database.php');