--- gforth/httpd.fs 2004/04/10 00:16:55 1.15 +++ gforth/httpd.fs 2004/05/16 21:16:36 1.16 @@ -112,7 +112,7 @@ Variable maxnum Variable htmldir : rework-htmldir ( addr u -- addr' u' / ior ) - htmldir $! htmldir $@ compact.. htmldir $!len drop + htmldir $! htmldir $@ compact-filename htmldir $!len drop htmldir $@ s" ../" string-prefix? IF -1 EXIT THEN \ can't access below current directory htmldir $@ s" ~" string-prefix?