refactored bcrypt hashing engine.

This commit is contained in:
Taylor Otwell
2011-10-08 22:41:52 -05:00
parent 92ecae3db9
commit bcb6f189f7
9 changed files with 103 additions and 306 deletions

View File

@@ -1,16 +0,0 @@
<?php
function fe($function)
{
return function_exists($function);
}
function e($value)
{
return HTML::entities($value);
}
function __($key, $replacements = array(), $language = null)
{
return Lang::line($key, $replacements, $language);
}