Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5326/phpicalendar/functions
Modified Files:
init.inc.php
Log Message:
add missing template images
Index: init.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v
retrieving revision 1.110
retrieving revision 1.111
diff -C2 -d -r1.110 -r1.111
*** init.inc.php 22 May 2007 01:19:15 -0000 1.110
--- init.inc.php 23 May 2007 11:51:07 -0000 1.111
***************
*** 15,19 ****
if (!defined('BASE')) define('BASE', './');
include_once(BASE.'default_config.php');
! include_once(BASE.'config.inc.php');
include_once(BASE.'functions/sanitize.php');
--- 15,19 ----
if (!defined('BASE')) define('BASE', './');
include_once(BASE.'default_config.php');
! if (is_file(BASE.'config.inc.php')) include_once(BASE.'config.inc.php');
include_once(BASE.'functions/sanitize.php');
|