|
From: Benjamin C. <bc...@us...> - 2001-11-30 06:07:29
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv30284
Modified Files:
config.php
Log Message:
Use newly internalized phplib files
Index: config.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/config.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- config.php 2001/11/23 05:04:15 1.17
+++ config.php 2001/11/30 06:07:27 1.18
@@ -61,7 +61,7 @@
define ('ONEDAY', 86400);
-require_once (PHPLIB_PATH.'db_'.DB_TYPE.'.inc');
+require_once (INSTALL_PATH.'/'.INCLUDE_PATH.'inc/db/'.DB_TYPE.'.php');
require_once (INSTALL_PATH.'/'.INCLUDE_PATH.'inc/session.php');
require_once (INSTALL_PATH.'/'.INCLUDE_PATH.'inc/auth.php');
require_once (INSTALL_PATH.'/'.INCLUDE_PATH.'inc/template.php');
|