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

    r834 r863  
    1111| the included gpl.txt file or visit http://gnu.org 
    1212+----------------------------------------------------*/ 
    13 if (!defined("ExiteCMS_INIT")) { header("Location: ../index.php"); exit; } 
     13if (!defined("INIT_CMS_OK")) { header("Location: ../index.php"); exit; } 
    1414 
    1515$image_files = array(); 
Note: See TracChangeset for help on using the changeset viewer.