From d54564c48de75da8101e002ecd81e960f59fd351 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Tue, 22 May 2007 01:19:15 +0000 Subject: make init.inc.php use default_config.php first --- functions/init.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'functions/init.inc.php') diff --git a/functions/init.inc.php b/functions/init.inc.php index 90c2fad..5edd0fc 100644 --- a/functions/init.inc.php +++ b/functions/init.inc.php @@ -13,6 +13,7 @@ $ALL_CALENDARS_COMBINED = 'all_calendars_combined971'; // Pull in the configuration and some functions. if (!defined('BASE')) define('BASE', './'); +include_once(BASE.'default_config.php'); include_once(BASE.'config.inc.php'); include_once(BASE.'functions/sanitize.php'); -- cgit v1.2.3