Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1165
 
1261
 
1261
 
application.php
_> 11 <?php
  22 /*
<> 3 -  $Id: application.php 977 2006-09-01 14:49:42Z hpdl $
   3+  $Id: application.php 1261 2007-02-25 22:33:56Z frank $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
2929 
  3030   session_start();
  3131 
<>  32+  require('../admin/includes/classes/directory_listing.php');
   33+
3234   require('includes/classes/language.php');
  3335   $osC_Language = new osC_LanguageInstall();
<>  36+  $osC_Language->_scanLanguage();
<_ 3437 
  3538   header('Content-Type: text/html; charset=' . $osC_Language->getCharacterSet());
  3639 ?>