From 7ece5bcab7938fa8fee4529bf4cf4f5a8c0eb0f0 Mon Sep 17 00:00:00 2001 From: Stian <1493836+Pathduck@users.noreply.github.com> Date: Sat, 31 Jan 2026 13:21:01 +0100 Subject: [PATCH] update cache-test --- test/cache/touch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cache/touch.php b/test/cache/touch.php index 2f50197..271e45b 100755 --- a/test/cache/touch.php +++ b/test/cache/touch.php @@ -7,6 +7,6 @@ system("touch vivaldi.jpg"); system("mv style1.css style.tmp; mv style2.css style1.css; mv style.tmp style2.css"); system("touch style1.css"); -header("Location: ./"); +header("Location: ./index.php"); ?>