[gforth] / gforth / httpd.fs  

gforth: gforth/httpd.fs

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

version 1.18, Fri Dec 31 13:23:57 2004 UTC version 1.19, Mon Apr 10 09:23:45 2006 UTC
Line 23 
Line 23 
 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


Generate output suitable for use with a patch program
Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help