|
From: Benjamin C. <bc...@us...> - 2001-11-03 17:17:43
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv24350 Modified Files: install.php Log Message: Add recognition to phpBB Index: install.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/install.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- install.php 2001/11/03 14:38:17 1.3 +++ install.php 2001/11/03 17:17:40 1.4 @@ -1,6 +1,7 @@ <?php // install.php -- Web-based installation script +// Thanks to the phpBB crew for an example on how this can be done. // ------------------------------------------------------------------------ // Copyright (c) 2001 The phpBugTracker Group // ------------------------------------------------------------------------ |