projects
/
confetti
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
069a829
)
default to cards page
author
Paul Hänsch
<paul@plutz.net>
Tue, 9 Oct 2018 11:46:48 +0000
(13:46 +0200)
committer
Paul Hänsch
<paul@plutz.net>
Tue, 9 Oct 2018 11:46:48 +0000
(13:46 +0200)
globals.sh
patch
|
blob
|
history
diff --git
a/globals.sh
b/globals.sh
index
eaae881
..
36498e1
100755
(executable)
--- a/
globals.sh
+++ b/
globals.sh
@@
-23,7
+23,7
@@
date() {
PROFILE=$(validate "$PROFILE" 'medical|circus' circus )
-PAGE="${_GET[p]:-$
PAGE
}"
+PAGE="${_GET[p]:-$
{PAGE:-cards}
}"
uuidgenerator(){
head -c16 /dev/urandom |sha1sum - |cut -c1-32