Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9316/phpicalendar/functions
Modified Files:
init.inc.php
Log Message:
make init.inc.php use default_config.php first
Index: init.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -d -r1.109 -r1.110
*** init.inc.php 18 May 2007 22:22:10 -0000 1.109
--- init.inc.php 22 May 2007 01:19:15 -0000 1.110
***************
*** 14,17 ****
--- 14,18 ----
// 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');
|