Skip to content

Commit

Permalink
Update relay.php
Browse files Browse the repository at this point in the history
  • Loading branch information
theshka committed May 29, 2015
1 parent 70d1379 commit e3b0008
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/relay.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

/**
* WiiScale - Email Relay
*
* Use a WiiFit Balance Board as 'Smart Scale' and have it automatically sync with FitBit & Apple Health.
*
* Instructions: https://github.com/theshka/WiiScale-EmailRelay
* @author Tyler Heshka
* @link https://keybase.io/theshka
* @example https://github.com/theshka/WiiScale-EmailRelay
* @license http://opensource.org/licenses/MIT
* @version 0.0.0
*/

/**
* Settings
*/

// Set your timemzone: http://php.net/manual/en/timezones.php
date_default_timezone_set('Canada/Eastern');

// The email address you actived on IFTTT email channel.
define("FROM_EMAIL", "[email protected]");


/**
* /No need to edit anything below...
Expand Down

0 comments on commit e3b0008

Please sign in to comment.