  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
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 $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
|
|
 |
… |
|
58 | 58 | | $osC_Cache = new osC_Cache(); |
| |
59 | 59 | | |
| |
60 | 60 | | // 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 | + | } |
  |
62 | 64 | | |
| |
63 | 65 | | // include the database class |
| |
64 | 66 | | require('../includes/classes/database.php'); |