From b3eef463abe9ab59b792c3f8d4577c62aadebe69 Mon Sep 17 00:00:00 2001 From: orbitroom Date: Sun, 31 Jan 2016 20:52:37 -0600 Subject: [PATCH 1/3] Added cache Directory Also Added Readme reminding users to chmod so that the webserver can write to it. --- cache/README.txt.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 cache/README.txt.txt diff --git a/cache/README.txt.txt b/cache/README.txt.txt new file mode 100644 index 00000000..cd613914 --- /dev/null +++ b/cache/README.txt.txt @@ -0,0 +1 @@ +Make sure to make this folder writeable to the web server \ No newline at end of file From 60ab2b4844da82c13e6573e8a1747a08839c0d15 Mon Sep 17 00:00:00 2001 From: Mr McClain Date: Sun, 31 Jan 2016 20:55:30 -0600 Subject: [PATCH 2/3] removed redunant file extenstion --- cache/README.txt | 1 + cache/README.txt.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 cache/README.txt delete mode 100644 cache/README.txt.txt diff --git a/cache/README.txt b/cache/README.txt new file mode 100644 index 00000000..dd8a0213 --- /dev/null +++ b/cache/README.txt @@ -0,0 +1 @@ +Make sure to make this folder writeable to the web server diff --git a/cache/README.txt.txt b/cache/README.txt.txt deleted file mode 100644 index cd613914..00000000 --- a/cache/README.txt.txt +++ /dev/null @@ -1 +0,0 @@ -Make sure to make this folder writeable to the web server \ No newline at end of file From 49a90766e18e15aca1ab7f71bdfbab3f836052c9 Mon Sep 17 00:00:00 2001 From: Mr McClain Date: Sun, 31 Jan 2016 20:56:36 -0600 Subject: [PATCH 3/3] Update file extention for github --- cache/{README.txt => README.MD} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename cache/{README.txt => README.MD} (100%) diff --git a/cache/README.txt b/cache/README.MD similarity index 100% rename from cache/README.txt rename to cache/README.MD