  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: application_top.php 1257 2007-02-23 23:25:59Z hpdl $ |
| |
| 3 | + | $Id: application_top.php 1291 2007-03-01 19:38:23Z hpdl $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
|
|
 |
… |
|
61 | 61 | | require('../includes/classes/cache.php'); |
| |
62 | 62 | | $osC_Cache = new osC_Cache(); |
| |
63 | 63 | | |
  |
| 64 | + | // include the administrators log class |
| |
| 65 | + | require('includes/classes/administrators_log.php'); |
| |
| 66 | + | |
  |
64 | 67 | | // include the database class |
| |
65 | 68 | | require('../includes/classes/database.php'); |
| |
66 | 69 | | |