Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1498
 
1859
 
1859
 
install_4.php
_> 11 <?php
  22 /*
<> 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 $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
168168                    '  define(\'DB_DATABASE_CLASS\', \'' . $_POST['DB_DATABASE_CLASS'] . '\');' . "\n" .
  169169                    '  define(\'DB_TABLE_PREFIX\', \'' . $_POST['DB_TABLE_PREFIX']. '\');' . "\n" .
  170170                    '  define(\'USE_PCONNECT\', \'false\');' . "\n" .
<> 171 -                   '  define(\'STORE_SESSIONS\', \'mysql\');' . "\n" .
   171+                   '  define(\'STORE_SESSIONS\', \'database\');' . "\n" .
<_ 172172                    '?>';
  173173 
  174174   if (file_exists($dir_fs_document_root . 'includes/configure.php') && !is_writeable($dir_fs_document_root . 'includes/configure.php')) {