Tools directory for ticket #1

This commit is contained in:
DavidWyand-GG 2012-09-19 11:22:58 -04:00
parent ecfd936095
commit 8337cad7ee
207 changed files with 25761 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<?php
// alias for php built-in md5 hash
function smarty_modifier_hash($string)
{
return md5($string);
}
?>