Mercurial > hg > webaudioevaluationtool
comparison 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 |
comparison
equal
deleted
inserted
replaced
3120:53d701288da5 | 3121:edd536f01e4b |
---|---|
1 <?php | 1 <?php |
2 incluce_once("config.php"); | |
2 header('Access-Control-Allow-Origin: *'); | 3 header('Access-Control-Allow-Origin: *'); |
3 header("Content-type: text/xml"); | 4 header("Content-type: text/xml"); |
4 header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0"); | 5 header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0"); |
5 header("Cache-Control: post-check=0, pre-check=0", false); | 6 header("Cache-Control: post-check=0, pre-check=0", false); |
6 header("Pragma: no-cache"); | 7 header("Pragma: no-cache"); |