- updated "maintenance hint" with new release information v1.4.1

- improved "maintenance hint" rendering, toggle visibility by HTTP response header
This commit is contained in:
Mark Friedrich
2018-09-26 13:53:19 +02:00
parent 6e9920bd93
commit b157b5bd0b
10 changed files with 185 additions and 189 deletions

View File

@@ -173,6 +173,9 @@ class System extends Controller\AccessController {
if($cacheSystem){
$f3->set($cacheKey, $graphData, $ttl);
}
}else{
// server cache data exists -> client should cache as well
$cacheResponse = true;
}
$graphsData[$systemId] = $graphData;
}