Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1804 → Rev 1805

/web/acc/manager/lib/lang/default/utf8.php
0,0 → 1,11
<?php
function init_decoder()
{
return 0;
}
 
function decode_string($line,$k)
{
return $line;
}
?>