Changeset 863 in ExiteCMS for trunk/administration/upgrade.php


Ignore:
Timestamp:
10/03/07 00:14:44 (5 years ago)
Author:
hverton
Message:

Added / changed the CMS init flag [ticket #15]
Removed obsolete theme_functions_include.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/upgrade.php

    r855 r863  
    1313| the included gpl.txt file or visit http://gnu.org  | 
    1414+----------------------------------------------------*/ 
    15 if (!defined('ExiteCMS_INIT')) require_once dirname(__FILE__)."/../includes/core_functions.php"; 
     15if (!defined('CMS_INIT_OK')) require_once dirname(__FILE__)."/../includes/core_functions.php"; 
    1616 
    1717// make sure we have a valid revision level from the settings 
Note: See TracChangeset for help on using the changeset viewer.