From: Paul Hänsch Date: Tue, 9 Oct 2018 11:46:48 +0000 (+0200) Subject: default to cards page X-Git-Url: https://git.plutz.net/?p=confetti;a=commitdiff_plain;h=40c7aefbdb52aae1b46745a0979d40499f04e2b8 default to cards page --- diff --git a/globals.sh b/globals.sh index eaae881..36498e1 100755 --- 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