diff buy.pl @ 28:5b5c03a850b9 laserkard

[svn r29] upgraded to work with Internet Explorer
author rlm
date Mon, 04 Jan 2010 21:12:22 -0500
parents 2979a76e3fdf
children 7742910e0479
line wrap: on
line diff
     1.1 --- a/buy.pl	Mon Jan 04 07:35:56 2010 -0500
     1.2 +++ b/buy.pl	Mon Jan 04 21:12:22 2010 -0500
     1.3 @@ -29,7 +29,7 @@
     1.4  #$pjx->JSDEBUG(1);
     1.5  #$pjx->DEBUG(1);
     1.6  
     1.7 -print $pjx->build_html($q,\&gen); # this outputs the html for the page
     1.8 +print $pjx->build_html($q,\&gen,{-Cache_Control => 'no-store, no-cache, must-revalidate', -Pragma => 'no-cache'}); # this outputs the html for the page
     1.9  
    1.10  
    1.11