/[projects]/smsdaemon/webinterface/nocache.php
ViewVC logotype

Annotation of /smsdaemon/webinterface/nocache.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 198 - (hide annotations) (download)
Thu Dec 18 19:52:25 2008 UTC (15 years, 5 months ago) by torben
File size: 140 byte(s)
Add some no-caching headers and make the html pass validation

1 torben 198 <?
2     header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
3     header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past
4     ?>

  ViewVC Help
Powered by ViewVC 1.1.20