<?php
  $kod = $_GET['kod'];
  echo $kod;
	file_put_contents('minecraft.txt', $kod);
  echo 'OK';
?>
