comparison php/comment_parser.php @ 3123:c7de85e03321

As 5pm approaches,the error count increases (YAUC)
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Wed, 18 Jul 2018 16:53:38 +0100
parents 53d701288da5
children
comparison
equal deleted inserted replaced
3122:3e97bf9d24cf 3123:c7de85e03321
1 <?php 1 <?php
2 incluce_once("config.php"); 2 include_once("config.php");
3 // Comment Parser for PHP 3 // Comment Parser for PHP
4 header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0"); 4 header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
5 header("Cache-Control: post-check=0, pre-check=0", false); 5 header("Cache-Control: post-check=0, pre-check=0", false);
6 header("Pragma: no-cache"); 6 header("Pragma: no-cache");
7 class audioElement { 7 class audioElement {