Subversion Repositories ALCASAR

Rev

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

Rev Author Line No. Line
1805 clement.si 1
<?php
2
function init_decoder()
3
{
4
	return 0;
5
}
6
 
7
function decode_string($line,$k)
8
{
9
	return $line;
10
}
11
?>