mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
remove use of defconstant
This commit is contained in:
parent
94f1046fc1
commit
844afdf7f4
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@
|
||||||
(in-package :clog-user)
|
(in-package :clog-user)
|
||||||
|
|
||||||
;; Site Configuration
|
;; Site Configuration
|
||||||
(defconstant side-panel-size 200 "Size of menu")
|
(defparameter side-panel-size 200 "Size of menu")
|
||||||
(defconstant sysop-password "admin")
|
(defparameter sysop-password "admin")
|
||||||
|
|
||||||
(defvar *sql-connection*)
|
(defvar *sql-connection*)
|
||||||
(defvar *site-config*)
|
(defvar *site-config*)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue