|
From: Benjamin C. <bc...@us...> - 2005-06-04 19:07:48
|
Update of /cvsroot/phpbt/phpbt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20039 Modified Files: config-dist.php Log Message: A little bit of cleanup Index: config-dist.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/config-dist.php,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- config-dist.php 25 Oct 2004 12:06:57 -0000 1.28 +++ config-dist.php 4 Jun 2005 19:07:38 -0000 1.29 @@ -65,8 +65,7 @@ define ('TBL_SITE', TBL_PREFIX.'site'); define ('ONEDAY', 86400); -define ('PHPBT_VERSION', '1.0'); -require_once ('./inc/auth.php'); +require_once (dirname(__FILE__).'/inc/auth.php'); ?> |