X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=globals.sh;h=36498e13908da57f21e76515272a930c31f75ea4;hp=eaae8818e902645c7d1dd01c03645c645e89f4db;hb=b7cd23b97565805963b40a1215a57ae44cd6818c;hpb=2f1599a832052d7f7c12020e2b2422bde93bc8a7 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