Diff for /gforth/httpd.fs between versions 1.18 and 1.19

version 1.18, 2004/12/31 13:23:57 version 1.19, 2006/04/10 09:23:45
Line 23  warnings off Line 23  warnings off
 require string.fs  require string.fs
   
 Variable DocumentRoot  s" /usr/local/httpd/htdocs/" DocumentRoot $!  Variable DocumentRoot  s" /usr/local/httpd/htdocs/" DocumentRoot $!
 Variable UserDir       s" .html-data/"              UserDir      $!  Variable UserDir       s" public_html/"              UserDir      $!
   
 Variable url  Variable url
 Variable posted  Variable posted

Removed from v.1.18  
changed lines
  Added in v.1.19


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>