From 40c7aefbdb52aae1b46745a0979d40499f04e2b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Tue, 9 Oct 2018 13:46:48 +0200 Subject: [PATCH 1/1] default to cards page --- globals.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2