--- projects/cms/source/reports/php/Config.inc 2001/11/25 19:34:27 1.2 +++ projects/cms/source/reports/php/Config.inc 2002/04/15 17:26:17 1.3 @@ -1,5 +1,5 @@ # Include Config for the php webreports -# $Id: Config.inc,v 1.2 2001/11/25 19:34:27 tdb Exp $ +# $Id: Config.inc,v 1.3 2002/04/15 17:26:17 tdb Exp $ ## ## Only the first section needs changing here, the rest are just information @@ -9,7 +9,7 @@ # ****** These need to be set correctly ****** # Location of the CVS Repository Root -CVSROOT = :ext:username@cvs.i-scream.org.uk:/cvs/i-scream +CVSROOT = :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream CVSMODULE = source/reports/php 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` # ****** These need to be set correctly ******