Update time-temp.inc.php.dist

This commit is contained in:
zyphlar 2018-01-16 21:22:00 -08:00 committed by GitHub
parent 0dcbbb4dfb
commit 5fc2ef748e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);