Show
Ignore:
Timestamp:
09/22/04 12:53:28 (9 years ago)
Author:
benoitg
Message:

2004-09-22 Benoit Gr�goire <bock@…>

  • portal/index.php: Fix users appearing online at every hotspot.
  • wifidog/classes/Style.php, wifidog/login/index.php: Fix some potential cache problems and help with validation.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/Style.php

    r152 r226  
    9191    $retval.= "</body>\n"; 
    9292    //Work around IE cache 64k buffer bug 
    93     $retval.= '<head><meta http-equiv="Pragma" CONTENT="no-cache"><meta http-equiv="Expires" CONTENT="-1"></HEAD>'; 
     93    //$retval.= '<head><meta http-equiv="Pragma" CONTENT="no-cache"><meta http-equiv="Expires" CONTENT="-1"></HEAD>'; 
    9494    $retval.= "</html>"; 
    9595