htdocs/datafile.php
author Dan
Sat, 11 Oct 2008 23:07:55 +0000
changeset 13 f073c94a1477
parent 8 0acb8d9a3194
child 20 e2f6e3af9959
permissions -rw-r--r--
Disabled annoying "I'm only a bot" message

<?php
header('Content-type: application/force-download');
header('Content-disposition: attachment; filename=stats-data.php');

echo file_get_contents('../stats-data.php');