Commit 8d674d5b authored by dimitri's avatar dimitri

Forgot to remove leading <? used for debugging

parent f97a27a6
<?
function readInt($file)
{
$b1 = ord(fgetc($file)); $b2 = ord(fgetc($file));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment