X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fsecure_hash.inc.php;h=dd8dd96562dd53722a6fa69783370006dc685ee5;hb=92144f3e3b3399da3acbb7c80c096a0966870a69;hp=af1cfdc98b932b234dc3779ecd6d63373450eff0;hpb=a7de4ef724d1a3b0bf978a50ce7cc9d23412c7a0;p=platal.git diff --git a/include/secure_hash.inc.php b/include/secure_hash.inc.php index af1cfdc..dd8dd96 100644 --- a/include/secure_hash.inc.php +++ b/include/secure_hash.inc.php @@ -18,7 +18,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ - + function hash_encrypt($s) { return sha1($s); }