Germany
|
ok
When I enter the admin panel
send me back to sign in
and i can't go to admincp
i need the templates to insert this code- <meta http-equiv="Expires" content="Tue, 01 Jan 2000 12:12:12 GMT">
- <meta http-equiv="Pragma" content="no-cache"
Copy the Code >
or- //Set no caching
- header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
- header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
- header("Cache-Control: no-store, no-cache, must-revalidate");
- header("Cache-Control: post-check=0, pre-check=0", false);
- header("Pragma: no-cache");
Copy the Code or
how i can stop the cache
many thanks |
|