Mercurial > hg > webaudioevaluationtool
diff php/score_parser.php @ 3121:edd536f01e4b
Include config.php
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Wed, 18 Jul 2018 16:51:26 +0100 |
parents | 53d701288da5 |
children | c7de85e03321 |
line wrap: on
line diff
--- a/php/score_parser.php Wed Jul 18 16:47:07 2018 +0100 +++ b/php/score_parser.php Wed Jul 18 16:51:26 2018 +0100 @@ -1,4 +1,5 @@ <?php +incluce_once("config.php"); header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0"); header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache");