Changeset 861 in ExiteCMS for trunk/includes/core_functions.php
- Timestamp:
- 10/02/07 22:23:07 (5 years ago)
- File:
-
- 1 edited
-
trunk/includes/core_functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core_functions.php
r858 r861 82 82 define("PATH_PM_ATTACHMENTS", PATH_ROOT."files/pm_attachments/"); 83 83 84 // mark that ExiteCMS is properly initialized 84 // mark that CMS Engine is properly initialized 85 define("INIT_CMS_OK", TRUE); 85 86 define("ExiteCMS_INIT", TRUE); 86 87 … … 89 90 @include_once PATH_ROOT."config.php"; 90 91 } 92 91 93 // if config.php is absent or empty, bail out with an error 92 94 if (!isset($db_name)) die('FATAL ERROR: config file is missing. Check the documentation on how to perform the setup');
Note: See TracChangeset
for help on using the changeset viewer.
