diff --git a/css/styles.css b/css/styles.css index 67668cf..58a45ef 100644 --- a/css/styles.css +++ b/css/styles.css @@ -3,6 +3,13 @@ width: 100%; } +.header-disclaimer { + font-size: 14px; + font-style: italic; + margin-top: 1.5em; + } + + .text-center { align-items: center; text-align: center; @@ -56,4 +63,4 @@ table.logs tr td.when{ /* this is a maroon */ } -[v-cloak] {display: none} \ No newline at end of file +[v-cloak] {display: none} diff --git a/fetchData.php b/fetchData.php index 9df2f63..2fc3d0c 100644 --- a/fetchData.php +++ b/fetchData.php @@ -4,6 +4,8 @@ $cmd = $_GET['cmd'] ?? null; $node = intval($_GET['node'] ?? null); $type = intval($_GET['type'] ?? null); +header("Cache-Control: no-cache, max-age=0"); + if ($cmd === "log" || $cmd == "logText") { $data = file_get_contents("http://www3.winsystem.org/monitor/ajax-logtail.php"); diff --git a/index.html b/index.html index 2abce08..2deaf4b 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,10 @@ +