From a91c21ecfded1a3ee78b023719066750b02ea450 Mon Sep 17 00:00:00 2001 From: hael Date: Thu, 7 Aug 2025 09:58:59 +0000 Subject: [PATCH] cache-control --- index.html | 5 ++++- install.html | 15 +++++++++------ install.js | 4 ++-- install.php | 2 +- manage.html | 15 +++++++++------ scan.html | 17 ++++++++++------- 6 files changed, 35 insertions(+), 23 deletions(-) diff --git a/index.html b/index.html index aa34d32..b80d10a 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,9 @@ + + + Safebox installer - + diff --git a/install.html b/install.html index 8178fa3..67e72e1 100644 --- a/install.html +++ b/install.html @@ -1,12 +1,15 @@ - - - Safebox - INSTALLER TOOL - - - + + + + + +Safebox - INSTALLER TOOL + + +
diff --git a/install.js b/install.js index cf45d5b..985c812 100644 --- a/install.js +++ b/install.js @@ -59,12 +59,12 @@ function simulateLoading(duration = 3000) { function redirectToInstall() { setProgress(100); - window.location.href = 'install.html'; + window.location.href = 'install.html?t='+Date.now(); } function redirectToManage() { setProgress(100); - window.location.href = 'manage.html'; + window.location.href = 'manage.html?t='+Date.now(); } function start_system() { diff --git a/install.php b/install.php index fb4fcb0..ac4bc5b 100644 --- a/install.php +++ b/install.php @@ -95,7 +95,7 @@ echo "
".$output."
"; - + - +