mirror of
https://github.com/rabbibotton/clog.git
synced 2026-03-17 12:01:23 -07:00
use (or form-1 form-2) instead of (if form-1 form-1 form-2)
This commit is contained in:
parent
47804e2b7b
commit
6087155fa8
1 changed files with 1 additions and 2 deletions
|
|
@ -97,8 +97,7 @@ example."
|
|||
(set-on-new-window on-new-window-handler :path "/" :boot-file boot-file))
|
||||
(unless *clog-running*
|
||||
(setf *clog-running* t)
|
||||
(setf *static-root* (truename (if *overide-static-root*
|
||||
*overide-static-root*
|
||||
(setf *static-root* (truename (or *overide-static-root*
|
||||
static-root)))
|
||||
(clog-connection:initialize #'on-connect
|
||||
:host host
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue