mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
The login web page must NOT be cached by the web browsers
SVN:trunk[2880]
This commit is contained in:
@@ -51,6 +51,7 @@ class LoginWebPage extends NiceWebPage
|
||||
{
|
||||
parent::__construct($sTitle);
|
||||
$this->SetStyleSheet();
|
||||
$this->add_header("Cache-control: no-cache");
|
||||
}
|
||||
|
||||
public function SetStyleSheet()
|
||||
|
||||
Reference in New Issue
Block a user