|
From: Benjamin C. <bc...@us...> - 2001-12-14 14:40:22
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv16946 Modified Files: config-dist.php Log Message: Putting the leading <?php in Index: config-dist.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/config-dist.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- config-dist.php 2001/12/04 14:09:36 1.2 +++ config-dist.php 2001/12/14 14:40:19 1.3 @@ -1,4 +1,4 @@ - +<?php // config.php - Set up configuration options // ------------------------------------------------------------------------ // Copyright (c) 2001 The phpBugTracker Group |