|
From: Benjamin C. <bc...@us...> - 2001-08-23 01:20:53
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv2205 Modified Files: config.php include.php Log Message: Miscellany Index: config.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/config.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- config.php 2001/08/22 16:34:48 1.1 +++ config.php 2001/08/23 01:20:49 1.2 @@ -1,6 +1,6 @@ <?php -// include.php - Set up global variables and functions +// config.php - Set up configuration options // ------------------------------------------------------------------------ // Copyright (c) 2001 The phpBugTracker Group // ------------------------------------------------------------------------ @@ -66,7 +66,4 @@ // Localization - include the file with the desired language include INSTALLPATH.'/languages/en.php'; - - - -?> \ No newline at end of file +?> Index: include.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/include.php,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- include.php 2001/08/22 16:34:20 1.37 +++ include.php 2001/08/23 01:20:49 1.38 @@ -20,6 +20,7 @@ // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ +// $Id$ require "config.php"; @@ -443,4 +444,4 @@ } } -?> \ No newline at end of file +?> |