  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
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 $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
7 | 7 | | |
| |
8 | 8 | | Copyright (c) 2007 osCommerce |
| |
9 | 9 | | |
  |
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. |
|
11 | 13 | | */ |
| |
12 | 14 | | |
| |
13 | 15 | | // start the timer for the page parse time log |
| |
|
|
 |
… |
|
30 | 32 | | error_reporting(E_ALL); |
| |
31 | 33 | | |
| |
32 | 34 | | // Define the project version |
  |
33 | | - | define('PROJECT_VERSION', 'osCommerce 3.0a4pre'); |
| |
| 35 | + | define('PROJECT_VERSION', 'osCommerce 3.0a4'); |
  |
34 | 36 | | |
| |
35 | 37 | | // set the type of request (secure or not) |
| |
36 | 38 | | $request_type = (isset($_SERVER['HTTPS']) && (strtolower($_SERVER['HTTPS']) == 'on')) ? 'SSL' : 'NONSSL'; |