  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: application.php 1261 2007-02-25 22:33:56Z frank $ |
| |
| 3 | + | $Id: application.php 1268 2007-02-27 00:15:48Z frank $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
|
|
 |
… |
|
27 | 27 | | |
| |
28 | 28 | | require('../includes/classes/database.php'); |
| |
29 | 29 | | |
  |
| 30 | + | require('../includes/classes/xml.php'); |
| |
| 31 | + | |
|
30 | 32 | | session_start(); |
| |
31 | 33 | | |
| |
32 | 34 | | require('../admin/includes/classes/directory_listing.php'); |
| |
33 | 35 | | |
| |
34 | 36 | | require('includes/classes/language.php'); |
| |
35 | 37 | | $osC_Language = new osC_LanguageInstall(); |
  |
36 | | - | $osC_Language->_scanLanguage(); |
  |
37 | 38 | | |
| |
38 | 39 | | header('Content-Type: text/html; charset=' . $osC_Language->getCharacterSet()); |
| |
39 | 40 | | ?> |