Mercurial > hg > webaudioevaluationtool
diff php/pseudo.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/pseudo.php Wed Jul 18 16:47:07 2018 +0100 +++ b/php/pseudo.php Wed Jul 18 16:51:26 2018 +0100 @@ -1,4 +1,5 @@ <?php +incluce_once("config.php"); header('Access-Control-Allow-Origin: *'); header("Content-type: text/xml"); header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");