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: ./");
?>