Note for web admin. I had to manually refresh to see 1.01 - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: Note for web admin. I had to manually refresh to see 1.01 (/thread-2973.html) |
Note for web admin. I had to manually refresh to see 1.01 - zeroprobe - 01-01-2014 Just a pointer, as I've visited the site before my browser had cached v1.0 . I had to manually refresh to see v1.01. Maybe put this at the top of the html code to always refresh the version page. <meta http-equiv="Expires" CONTENT="0"> <meta http-equiv="Cache-Control" CONTENT="no-cache"> <meta http-equiv="Pragma" CONTENT="no-cache"> RE: Note for web admin. I had to manually refresh to see 1.01 - atom - 01-01-2014 Thanks for info, changes done |