htdocs/datafile.php
author Dan
Sun, 31 Aug 2008 10:13:20 +0000
changeset 11 b3fec7467c05
parent 8 0acb8d9a3194
child 20 e2f6e3af9959
permissions -rw-r--r--
Fixed $nick being overwritten in index

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

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