mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-10 07:50:44 +00:00
Tools directory for ticket #1
This commit is contained in:
parent
ecfd936095
commit
8337cad7ee
207 changed files with 25761 additions and 0 deletions
8
Tools/projectGenerator/smarty/plugins/modifier.hash.php
Normal file
8
Tools/projectGenerator/smarty/plugins/modifier.hash.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
// alias for php built-in md5 hash
|
||||
function smarty_modifier_hash($string)
|
||||
{
|
||||
return md5($string);
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue