From f343959dc964caa05d4763aabe230bb790f62757 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 18 Jan 2009 19:50:11 +0000 Subject: --- permissions.php | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 permissions.php (limited to 'permissions.php') diff --git a/permissions.php b/permissions.php new file mode 100644 index 000000000..a67b610e9 --- /dev/null +++ b/permissions.php @@ -0,0 +1,41 @@ + + + + +
+ Return to Tools Administration +
+
+ +Good news. The cache directory is writeable.

'; + else + echo '

The cache directory is not writeable.

'; + + echo '

The permissions on the directory are ' . substr(decoct(fileperms('cache')),2) . '.

'; + +?> +
+ + + -- cgit v1.2.3