9 lines
248 B
Scheme
9 lines
248 B
Scheme
; DO NOT DELETE THIS SERVLET,
|
|
; unless you never want to reconfigure the Web server again.
|
|
; The servlet accepts requests only from the *same machine* as the Web server
|
|
; for security purposes.
|
|
|
|
(require (lib "configure.ss" "web-server"))
|
|
|
|
servlet
|