Subversion Repositories ALCASAR

Rev

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

Rev Author Line No. Line
345 richard 1
<?php
2
function da_encrypt($passwd)
3
{
4
        return md5($passwd);
5
}
6
?>