|
From: Benjamin C. <bc...@us...> - 2002-09-16 19:11:01
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv31663
Modified Files:
config-dist.php
Log Message:
Removed the include for inc/template.php
Index: config-dist.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/config-dist.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- config-dist.php 18 Jul 2002 13:02:14 -0000 1.19
+++ config-dist.php 16 Sep 2002 19:10:56 -0000 1.20
@@ -69,6 +69,5 @@
define ('ONEDAY', 86400);
require_once ('inc/auth.php');
-require_once ('inc/template.php');
?>
|