1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-10-22 20:34:29 -04:00

set Twilio number in env variables so app is now truly 100% portable!

This commit is contained in:
2017-07-17 11:10:24 -04:00
parent a670665895
commit 861173314f
4 changed files with 15 additions and 6 deletions

View File

@@ -20,6 +20,9 @@
$db_name = "spoons";
}
$phonenum = getenv('PHONENUM');
$phonenum_friendly = getenv('PHONENUM_FRIENDLY');
$timezone_name = getenv('TZ');
date_default_timezone_set($timezone_name);