clear.php3   [plain text]


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