diff --git a/cgi-bin/coposys b/cgi-bin/coposys index f18262369d..93b7cd498f 100644 --- a/cgi-bin/coposys +++ b/cgi-bin/coposys @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. # -# $Id: coposys,v 1.3 2003-02-01 15:23:34 jonas Exp $ +# $Id: coposys,v 1.4 2003-02-01 15:24:12 jonas Exp $ # use integer; @@ -33,7 +33,7 @@ my %people; # directory containing the marker files for xplanet # named thecommunity.mark -my $markerdir='/var/www/coposys'; +my $markerdir='/home/www/var/coposys'; # markerfile # format : @@ -55,7 +55,7 @@ if (param('community')) { $filename = $markerdir . '/' . param('community') . '.mark'; - print 'Coposys $Revision: 1.3 $ ' , "\n\n", + print 'Coposys $Revision: 1.4 $ ' , "\n\n", "Manage members of a community \n\n"; # form for adding a new member of the community