<?php
header('Content-Type: application/license-key');
die(file_get_contents('trial.key'));
?>