From 414b2aef8f1512d467a572498e6946fdde7937b0 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 28 Oct 2008 17:43:50 +0000 Subject: Added avatars folder to diagnostics. --- forum/utils/diagnostics.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'forum') 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); ?> - \ No newline at end of file + -- cgit v1.2.3