|
From: Benjamin C. <bc...@us...> - 2001-08-22 22:34:55
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv1607
Modified Files:
INSTALL
Log Message:
Add in comments on INSTALLPATH and INSTALLURL editing
Index: INSTALL
===================================================================
RCS file: /cvsroot/phpbt/phpbt/INSTALL,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- INSTALL 2001/08/14 12:51:19 1.5
+++ INSTALL 2001/08/22 22:34:52 1.6
@@ -12,11 +12,13 @@
-- or --
5. Edit include.php as follows:
- a. Change the ADMINEMAIL constant to what you want
- b. Change the database login info in class dbclass.
- c. Change the ENCRYPTPASS constant to 1 if you want to have passwords stored
+ a. Change the INSTALLPATH and INSTALLURL variables to point the right
+ locations.
+ b. Change the ADMINEMAIL constant to what you want
+ c. Change the database login info in class dbclass.
+ d. Change the ENCRYPTPASS constant to 1 if you want to have passwords stored
encrypted in the database.
- d. Change the USE_JPGRAPH constant to 1 if you want to use the jpgraph class
+ e. Change the USE_JPGRAPH constant to 1 if you want to use the jpgraph class
(http://www.aditus.nu/jpgraph/) to display the bug summary info. If you
enable this you'll also need to edit the JPGRAPH_PATH constant, and
you'll need to edit the jpgraph.php file from the jpgraph disribution.
|