Skip to content

Instantly share code, notes, and snippets.

View andersruneson's full-sized avatar

Anders Sandblad andersruneson

View GitHub Profile
<?php
/*
This script works much like gravatar
Put avatar files in $imagedir with the same name as the md5sum of the users emailaddress
*/
$imagedir = "/usr/share/mantis/www/avatar/images/";
$allOk = true;