Changeset 863 in ExiteCMS for trunk/includes/session_include.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/includes/session_include.php

    r834 r863  
    1010| the included gpl.txt file or visit http://gnu.org 
    1111+----------------------------------------------------*/ 
    12 if (!defined("ExiteCMS_INIT")) { header("Location: ../index.php"); exit; } 
     12if (!defined("INIT_CMS_OK")) { header("Location: ../index.php"); exit; } 
    1313 
    1414function open_session($save_path,$session_name) { 
Note: See TracChangeset for help on using the changeset viewer.