--- gforth/httpd.fs 2004/12/24 14:08:43 1.17 +++ gforth/httpd.fs 2006/04/10 09:23:45 1.19 @@ -1,6 +1,6 @@ #! /usr/local/bin/gforth -\ Copyright (C) 2000,2002,2003 Free Software Foundation, Inc. +\ Copyright (C) 2000,2002,2003,2004 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -23,7 +23,7 @@ warnings off require string.fs Variable DocumentRoot s" /usr/local/httpd/htdocs/" DocumentRoot $! -Variable UserDir s" .html-data/" UserDir $! +Variable UserDir s" public_html/" UserDir $! Variable url Variable posted