Commit a3133b16 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Forgot to remove leading <? used for debugging

parent 2fbdd54d
<?
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