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