  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
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 $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
|
|
 |
… |
|
31 | 31 | | // set the level of error reporting to E_ALL |
| |
32 | 32 | | error_reporting(E_ALL); |
| |
33 | 33 | | |
  |
| 34 | + | ini_set('log_errors', true); |
| |
| 35 | + | ini_set('error_log', DIR_FS_WORK . 'oscommerce_errors.log'); |
| |
| 36 | + | |
  |
34 | 37 | | // Define the project version |
| |
35 | 38 | | define('PROJECT_VERSION', 'osCommerce 3.0a4'); |
| |
36 | 39 | | |