From 25581d5c26fb630dad768c82395c73f0e4b8ccf8 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 4 Jul 2010 19:43:29 +0000 Subject: moved cache to data directory for better security --- permissions.php | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 permissions.php (limited to 'permissions.php') diff --git a/permissions.php b/permissions.php deleted file mode 100644 index 6f06a0268..000000000 --- a/permissions.php +++ /dev/null @@ -1,43 +0,0 @@ - - - - -
- - -
- -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