|
From: Benjamin C. <bc...@us...> - 2002-10-02 18:44:39
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv28100a
Modified Files:
config-dist.php
Log Message:
Tweaked the include path for auth.php a bit.
Index: config-dist.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/config-dist.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- config-dist.php 16 Sep 2002 19:10:56 -0000 1.20
+++ config-dist.php 2 Oct 2002 18:44:36 -0000 1.21
@@ -68,6 +68,6 @@
define ('ONEDAY', 86400);
-require_once ('inc/auth.php');
+require_once ('./inc/auth.php');
?>
|