Subversion Repositories ALCASAR

Rev

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

<?php
function init_decoder()
{
        return 0;
}

function decode_string($line,$k)
{
        return $line;
}
?>