|
From: Benjamin C. <bc...@us...> - 2003-09-05 12:12:13
|
Update of /cvsroot/phpbt/phpbt
In directory sc8-pr-cvs1:/tmp/cvs-serv18511
Modified Files:
Tag: htmltemplates
config-dist.php
Log Message:
Removing smarty
Index: config-dist.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/config-dist.php,v
retrieving revision 1.26
retrieving revision 1.26.2.1
diff -u -r1.26 -r1.26.2.1
--- config-dist.php 24 Jul 2003 04:47:13 -0000 1.26
+++ config-dist.php 5 Sep 2003 12:12:10 -0000 1.26.2.1
@@ -1,7 +1,7 @@
<?php
// config.php - Set up configuration options
// ------------------------------------------------------------------------
-// Copyright (c) 2001, 2002 The phpBugTracker Group
+// Copyright (c) 2001 - 2003 The phpBugTracker Group
// ------------------------------------------------------------------------
// This file is part of phpBugTracker
//
@@ -27,10 +27,6 @@
define ('DB_DATABASE', '{db_database}'); // database name
define ('DB_USER', '{db_user}'); // username for database connection
define ('DB_PASSWORD', '{db_pass}'); // password for database connection
-
-// Smarty templates location (leave blank if Smarty is in include path)
-// If not blank, make sure the trailing slash is present.
-define ('SMARTY_PATH', '{smarty_path}');
// Database Table Config
// you can change either the prefix of the table names or each table name individually
|