Had you been annoyed that the info about new files, "new" folders, etc. are not always up to date...<br /><br />Here's my solution:<br />I hacked the main.inc.php to have some META commands added:<br />
<br />//--Cache Hack -begin--------------------------------<br />//don't put page in Proxy cache:<br />echo "«meta http-equiv=\"pragma\" content=\"no-cache\"»";<br />//don't keep page in Browsers cache:<br />echo "«meta http-equiv=\"expires\" content=\"0\"»";<br />//--Cache Hack -end--------------------------------<br /><br />Instructions:<br />----------------<br />a) replace « and » with < and ><br />(I had to use the alternative symbols, as this forum messed it up before.)<br /><br />b) HACK would be inserted right before this block of code:<br />
<br />// -----------------------<br />// include the style sheet<br /><br /><br />Works fine here...<br />If that wasn't such a good idea, let me know.<br />I am not a pro, still learning all this :)<br /><br />Carl<br />
http://212.227.201.213/php/forum/wwwthreads.php<P ID="edit"><FONT class="small"><EM>Edited by caymuc on 02/24/01 03:34 PM.</EM></FONT></P>