Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dave Griffiths
mongoose-2000
Commits
f44ece40
Commit
f44ece40
authored
Nov 28, 2013
by
Dave Griffiths
Browse files
Merge branch 'master' of github.com:nebogeo/mongoose-web
parents
897addd2
9662813f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
web/server.scm
web/server.scm
+3
-2
No files found.
web/server.scm
View file @
f44ece40
...
...
@@ -28,14 +28,15 @@
"scripts/utils.ss"
"scripts/eavdb.ss"
"scripts/txt.ss"
"scripts/input.ss"
)
; "scripts/input.ss"
)
; a utility to change the process owner,
; assuming mzscheme is called by root.
;;(unsafe!)
;;(define setuid (get-ffi-obj 'setuid #f (_fun _int -> _int)))
(
define
db-name
"mongoose.db"
)
(
define
db-name
"
client/htdocs/
mongoose.db"
)
(
define
db
(
db-open
db-name
))
(
open-log
"log.txt"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment