--- projects/cms/source/reports/php/Config2.inc 2003/02/16 14:52:43 1.1 +++ projects/cms/source/reports/php/Config2.inc 2004/08/01 10:40:20 1.2 @@ -1,5 +1,5 @@ # Include Config for the php pages -# $Id: Config2.inc,v 1.1 2003/02/16 14:52:43 tdb Exp $ +# $Id: Config2.inc,v 1.2 2004/08/01 10:40:20 tdb Exp $ include $(SOURCEROOT)/Version.inc @@ -7,7 +7,7 @@ include $(SOURCEROOT)/Version.inc DISTNAME = iscream_php # Location of the i-scream CVS Repository Root -CVSROOT = :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream +CVSROOT = :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream # This will attempt to locate cvs, and return the path. CVS = `if test -x /usr/bin/cvs; then echo /usr/bin/cvs; else if test -x /usr/local/bin/cvs; then echo /usr/local/bin/cvs; else echo cvs; fi fi`