From 5fc2ef748e2fcff10fa8fb29b5b6d4d39f046813 Mon Sep 17 00:00:00 2001 From: zyphlar Date: Tue, 16 Jan 2018 21:22:00 -0800 Subject: [PATCH] Update time-temp.inc.php.dist --- time-temp.inc.php.dist | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/time-temp.inc.php.dist b/time-temp.inc.php.dist index e7a38a1..e9d3af8 100644 --- a/time-temp.inc.php.dist +++ b/time-temp.inc.php.dist @@ -19,3 +19,13 @@ if (array_key_exists('To', $_POST) && $_POST['To'] == "+19995551212") { } else { $path = "/q/NY/New_York.json"; } + +$motds = array( + 'You are truly loved.', + 'Your best days are still ahead.', + "It's okay to take things one day at a time.", + "Remember: don't panic.", + 'Forty-two.' +); + +shuffle($motds);