~smagoun/whoopsie/whoopsie-lp1017637

« back to all changes in this revision

Viewing changes to backend/stats/static/js/yui/tests/io/tests/php/get.php

  • Committer: Evan Dandrea
  • Date: 2012-05-09 05:53:45 UTC
  • Revision ID: evan.dandrea@canonical.com-20120509055345-z2j41tmcbf4as5uf
The backend now lives in lp:daisy and the website (errors.ubuntu.com) now lives in lp:errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
3
 
 
4
 
// always modified
5
 
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
6
 
 
7
 
// HTTP/1.1
8
 
header("Cache-Control: no-store, no-cache, must-revalidate");
9
 
header("Cache-Control: post-check=0, pre-check=0", false);
10
 
 
11
 
echo $_SERVER['QUERY_STRING'];
12
 
?>
 
 
b'\\ No newline at end of file'