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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user