Changeset 834 in ExiteCMS for trunk/administration/upgrade.php
- Timestamp:
- 09/22/07 00:08:35 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/upgrade.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/upgrade.php
r743 r834 1 1 <?php 2 2 /*---------------------------------------------------+ 3 | PLi-Fusion Content Management System|3 | ExiteCMS Content Management System | 4 4 +----------------------------------------------------+ 5 | Copyright 2007 WanWizard (wanwizard@gmail.com)|6 | http://www.pli-images.org/pli-fusion|5 | Copyright 2007 Harro "WanWizard" Verton, Exite BV | 6 | for support, please visit http://exitecms.exite.eu | 7 7 +----------------------------------------------------+ 8 | Some portions copyright ? 2002 - 2006 Nick Jones|8 | Some portions copyright 2002 - 2006 Nick Jones | 9 9 | http://www.php-fusion.co.uk/ | 10 +----------------------------------------------------+ 10 11 | Released under the terms & conditions of v2 of the | 11 12 | GNU General Public License. For details refer to | 12 13 | the included gpl.txt file or visit http://gnu.org | 13 14 +----------------------------------------------------*/ 14 if (!defined(' IN_FUSION')) require_once dirname(__FILE__)."/../includes/core_functions.php";15 if (!defined('ExiteCMS_INIT')) require_once dirname(__FILE__)."/../includes/core_functions.php"; 15 16 16 17 // make sure we have a valid revision level from the settings … … 126 127 $variables['bold'] = true; 127 128 } 128 // check for newer revisions on the PLi-Fusionwebsite129 // check for newer revisions on the ExiteCMS website 129 130 $variables['new_upgrades'] = false; 130 131
Note: See TracChangeset
for help on using the changeset viewer.
