Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1475
 
1497
 
1497
 
application_top.php
_> 11 <?php
  22 /*
<> 3 -  $Id: application_top.php 1475 2007-03-27 22:51:31Z hpdl $
   3+  $Id: application_top.php 1497 2007-03-29 13:40:05Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
  77 
  88   Copyright (c) 2007 osCommerce
  99 
<> 10 -  Released under the GNU General Public License
   10+  This program is free software; you can redistribute it and/or modify
   11+  it under the terms of the GNU General Public License v2 (1991)
   12+  as published by the Free Software Foundation.
1113 */
  1214 
  1315 // start the timer for the page parse time log
     
 !
3032   error_reporting(E_ALL);
  3133 
  3234 // Define the project version
<> 33 -  define('PROJECT_VERSION', 'osCommerce 3.0a4pre');
   35+  define('PROJECT_VERSION', 'osCommerce 3.0a4');
<_ 3436 
  3537 // set the type of request (secure or not)
  3638   $request_type = (isset($_SERVER['HTTPS']) && (strtolower($_SERVER['HTTPS']) == 'on')) ? 'SSL' : 'NONSSL';