Changeset 2840

Show
Ignore:
Timestamp:
01/08/12 06:33:31 (4 months ago)
Author:
paparazzia
Message:

avoid spaces after image first download

Location:
trunk/site
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/site/flagimg.php

    r2181 r2840  
    2121 
    2222    readfile($original); 
    23  
    24 ?>  
     23    exit(0); //To prevent bad spaces appended from php script 
     24?> 
  • trunk/site/minimap.php

    r2610 r2840  
    6565 
    6666    readfile($thumb); 
    67  
    68 ?>  
     67    exit(0); //To prevent bad spaces appended from php script 
     68?> 
  • trunk/site/racemap.php

    r2300 r2840  
    2222 
    2323    readfile($original); 
     24    exit(0); //To prevent bad spaces appended from php script 
    2425 
    25 ?>  
     26?>