<?php
  header("Content-Type: application/x-java-jnlp-file");
  $file = file( "freewar.jnlp");
  echo implode ("", $file );
?>
