summaryrefslogtreecommitdiff
path: root/forum
diff options
context:
space:
mode:
authordeva <deva>2008-10-28 17:43:50 +0000
committerdeva <deva>2008-10-28 17:43:50 +0000
commit414b2aef8f1512d467a572498e6946fdde7937b0 (patch)
treef2f85b7253b0a72fec184c704192e2c325d3ce9e /forum
parent8019ffe457f035a830336d5a4e5faaf9fcd2b3af (diff)
Added avatars folder to diagnostics.
Diffstat (limited to 'forum')
-rw-r--r--forum/utils/diagnostics.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/forum/utils/diagnostics.php b/forum/utils/diagnostics.php
index 3bef120..14e58bd 100644
--- a/forum/utils/diagnostics.php
+++ b/forum/utils/diagnostics.php
@@ -56,9 +56,10 @@ function testDir($dir, $readable, $writeable, $executable)
//testLink("../forum", true, false, false);
testDir($UTIL_DIR, true, false, true);
testDir($DATA_DIR, true, true, true);
+testDir("gfx/avatars", true, true, true);
testFile($DATA_DIR . "/forum.log", true, true, false);
-testFile("NOfile", true, true, true);
-testFile("/etc/passwd", true, true, true);
+#testFile("NOfile", true, true, true);
+#testFile("/etc/passwd", true, true, true);
?>
-</table> \ No newline at end of file
+</table>