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

    r834 r863  
    1010| the included gpl.txt file or visit http://gnu.org  | 
    1111+----------------------------------------------------*/ 
    12 if (eregi("geoip_include.php", $_SERVER['PHP_SELF']) || !defined('ExiteCMS_INIT')) die(); 
     12if (eregi("geoip_include.php", $_SERVER['PHP_SELF']) || !defined('INIT_CMS_OK')) die(); 
    1313 
    1414// initialize the result cache 
Note: See TracChangeset for help on using the changeset viewer.