aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init.inc.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2007-05-22 01:19:15 +0000
committerJim Hu <jimhu@users.sourceforge.net>2007-05-22 01:19:15 +0000
commitd54564c48de75da8101e002ecd81e960f59fd351 (patch)
tree88e2b83edddaf8d5c0e44fa799299c406a792ed6 /functions/init.inc.php
parent6afb8a3eb2d0c833463b8aeb95b84295a0ec8e62 (diff)
downloadphpicalendar-d54564c48de75da8101e002ecd81e960f59fd351.tar.gz
phpicalendar-d54564c48de75da8101e002ecd81e960f59fd351.tar.bz2
phpicalendar-d54564c48de75da8101e002ecd81e960f59fd351.zip
make init.inc.php use default_config.php first
Diffstat (limited to 'functions/init.inc.php')
-rw-r--r--functions/init.inc.php1
1 files changed, 1 insertions, 0 deletions
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');

© 2014-2024 Faster IT GmbH | imprint | privacy policy