From 6c40e00d87c85aadad599d79243884863187b4d9 Mon Sep 17 00:00:00 2001 From: Jurriaan Pruis Date: Wed, 29 Mar 2023 19:14:03 +0200 Subject: [PATCH] Fix nocache param in history.php --- scripts/history.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/history.php b/scripts/history.php index deb240c..a37cbe0 100644 --- a/scripts/history.php +++ b/scripts/history.php @@ -148,14 +148,16 @@ function submitID() {

?> "; + echo ""; } else { echo "

No Charts for $theDate

"; } echo "
"; if (file_exists('./Charts/'.$chart2)) { - echo ""; + echo ""; } else { echo "

No Charts For $theDate

"; }?>