Remove accidently commited code.
This commit is contained in:
parent
2067f77670
commit
2e3b217145
|
@ -203,11 +203,7 @@ exec scsh -lm $sunet/packages.scm -lm $ssax/lib/packages.scm -lm $sunet/httpd/su
|
||||||
(make-file-directory-options))))
|
(make-file-directory-options))))
|
||||||
(cons "img" (rooted-file-handler images-dir))
|
(cons "img" (rooted-file-handler images-dir))
|
||||||
(cons "surflet" (surflet-handler
|
(cons "surflet" (surflet-handler
|
||||||
(with-surflet-path surflet-dir)))
|
(with-surflet-path surflet-dir))))
|
||||||
(cons "surflets" (surflet-handler
|
|
||||||
(with-surflet-path surflet-dir
|
|
||||||
(with-session-lifetime 1300))))
|
|
||||||
)
|
|
||||||
(rooted-file-or-directory-handler htdocs-dir))))
|
(rooted-file-or-directory-handler htdocs-dir))))
|
||||||
)
|
)
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in New Issue