Skip to content
Snippets Groups Projects
Commit 9732e34b authored by Jared Hancock's avatar Jared Hancock
Browse files

logo: Fix logo flickering in agent portal

parent a183a984
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,8 @@ require_once('../main.inc.php');
if (($logo = $ost->getConfig()->getStaffLogo())) {
$logo->display();
} else {
header("Cache-Control: private, max-age=86400");
header('Pragma: private');
header('Location: images/ost-logo.png');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment