|
From: John W. <jp...@us...> - 2002-04-03 23:21:33
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv9943
Modified Files:
install.php
Log Message:
Undoing incorrect file commit.
Index: install.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/install.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- install.php 3 Apr 2002 23:08:43 -0000 1.20
+++ install.php 3 Apr 2002 23:21:30 -0000 1.21
@@ -25,9 +25,7 @@
define ('INSTALL_PATH', dirname(__FILE__));
-define ('SMARTY_PATH','smarty/');
-
-if (!@include(SMARTY_PATH . 'Smarty.class.php')) { // Template class
+if (!@include('Smarty.class.php')) { // Template class
die('<br><br>
<div align="center">The Smarty templates class is not in your include path.
Without this class being available, phpBugTracker will not be able to work.
@@ -259,3 +257,5 @@
}
?>
+
+
|