From d28a170729c944f8d0dccaed07f162532e2313a7 Mon Sep 17 00:00:00 2001 From: Stian <1493836+Pathduck@users.noreply.github.com> Date: Wed, 21 Jan 2026 11:21:55 +0100 Subject: [PATCH] Update files --- test/cache/index.html | 48 +++++++++++++++++++++++++++++++++---------- test/cache/index.php | 24 ++++++++++++++++++++++ test/cache/style1.css | 2 +- test/cache/style2.css | 2 +- test/cache/touch.php | 2 +- 5 files changed, 64 insertions(+), 14 deletions(-) mode change 100755 => 100644 test/cache/index.html create mode 100755 test/cache/index.php diff --git a/test/cache/index.html b/test/cache/index.html old mode 100755 new mode 100644 index 6495c4b..f67b19a --- a/test/cache/index.html +++ b/test/cache/index.html @@ -1,18 +1,44 @@ +
-
-
-
-
+0 directories, 5 files
+
+
+
+
+
+
+
+
diff --git a/test/cache/style1.css b/test/cache/style1.css
index 497a61c..5b2d09b 100755
--- a/test/cache/style1.css
+++ b/test/cache/style1.css
@@ -1 +1 @@
-body { background: black; }
+body { background: gray; }
diff --git a/test/cache/style2.css b/test/cache/style2.css
index 5b2d09b..497a61c 100755
--- a/test/cache/style2.css
+++ b/test/cache/style2.css
@@ -1 +1 @@
-body { background: gray; }
+body { background: black; }
diff --git a/test/cache/touch.php b/test/cache/touch.php
index caa8071..2f50197 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: index.html");
+header("Location: ./");
?>