From 854d77b51527a0d82d74964494e68f682dc565b6 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Mon, 2 Sep 2019 11:08:53 +0000 Subject: [PATCH] Update blueweather.php --- api/blueweather.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/blueweather.php b/api/blueweather.php index ee016d1..332651d 100755 --- a/api/blueweather.php +++ b/api/blueweather.php @@ -129,6 +129,8 @@ class BlueWeather // only one row will be returned $data = $result->fetch_assoc(); + + $data["emailHash"] = md5(strtolower(trim($data["email"]))); return($data); }