Subversion Repositories ALCASAR

Rev

Blame | Last modification | View Log

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