Subversion Repositories ALCASAR

Rev

Go to most recent revision | Blame | Last modification | View Log

<?php
function da_encrypt($passwd)
{
        return md5($passwd);
}
?>