  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: install_4.php 1498 2007-03-29 14:04:50Z hpdl $ |
| |
| 3 | + | $Id: install_4.php 1859 2009-03-06 23:21:50Z hpdl $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
|
|
 |
… |
|
168 | 168 | | ' define(\'DB_DATABASE_CLASS\', \'' . $_POST['DB_DATABASE_CLASS'] . '\');' . "\n" . |
| |
169 | 169 | | ' define(\'DB_TABLE_PREFIX\', \'' . $_POST['DB_TABLE_PREFIX']. '\');' . "\n" . |
| |
170 | 170 | | ' define(\'USE_PCONNECT\', \'false\');' . "\n" . |
  |
171 | | - | ' define(\'STORE_SESSIONS\', \'mysql\');' . "\n" . |
| |
| 171 | + | ' define(\'STORE_SESSIONS\', \'database\');' . "\n" . |
  |
172 | 172 | | '?>'; |
| |
173 | 173 | | |
| |
174 | 174 | | if (file_exists($dir_fs_document_root . 'includes/configure.php') && !is_writeable($dir_fs_document_root . 'includes/configure.php')) { |