|
From: Benjamin C. <bc...@us...> - 2002-03-01 00:45:36
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin In directory usw-pr-cvs1:/tmp/cvs-serv1372/templates/default/admin Modified Files: wrap.html Log Message: Extra no-cache directive for brain-dead versions of IE Index: wrap.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/wrap.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- wrap.html 5 Jan 2002 20:01:17 -0000 1.6 +++ wrap.html 1 Mar 2002 00:45:33 -0000 1.7 @@ -74,3 +74,4 @@ <!-- END adminnavblock --> </body> </html> +<head><meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"></head> |