Remove accidently commited code.

This commit is contained in:
interp 2003-07-18 16:10:57 +00:00
parent 2067f77670
commit 2e3b217145
1 changed files with 1 additions and 5 deletions

View File

@ -203,11 +203,7 @@ exec scsh -lm $sunet/packages.scm -lm $ssax/lib/packages.scm -lm $sunet/httpd/su
(make-file-directory-options))))
(cons "img" (rooted-file-handler images-dir))
(cons "surflet" (surflet-handler
(with-surflet-path surflet-dir)))
(cons "surflets" (surflet-handler
(with-surflet-path surflet-dir
(with-session-lifetime 1300))))
)
(with-surflet-path surflet-dir))))
(rooted-file-or-directory-handler htdocs-dir))))
)
))