summaryrefslogtreecommitdiffstats
path: root/include/user.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2016-03-05 10:36:38 -0800
committerArun Persaud <arun@nubati.net>2016-04-10 11:30:04 -0700
commitecabf718a77ca979d16ef9d55f8db962fd3e814b (patch)
tree4b3c3a3cbadecd3902217597fa52d48677db5e0f /include/user.php
parentca925a50d55b02de5ba8f953e2b61c189aafd033 (diff)
downloade-DoKo-ecabf718a77ca979d16ef9d55f8db962fd3e814b.tar.gz
e-DoKo-ecabf718a77ca979d16ef9d55f8db962fd3e814b.tar.bz2
e-DoKo-ecabf718a77ca979d16ef9d55f8db962fd3e814b.zip
use https for gravatar
Diffstat (limited to 'include/user.php')
-rw-r--r--include/user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/user.php b/include/user.php
index 7acf726..19b9544 100644
--- a/include/user.php
+++ b/include/user.php
@@ -331,7 +331,7 @@ else
for($i=0;$i<7;$i++)
{
echo '<img class="gravatar" title="'.$names[$i].
- '" src="http://www.gravatar.com/avatar/'.
+ '" src="https://www.gravatar.com/avatar/'.
md5(strtolower(trim($emails[$i])))."?d=identicon\" />\n";
}
echo "</p>\n";