diff options
author | deva <deva> | 2008-10-28 17:43:50 +0000 |
---|---|---|
committer | deva <deva> | 2008-10-28 17:43:50 +0000 |
commit | 414b2aef8f1512d467a572498e6946fdde7937b0 (patch) | |
tree | f2f85b7253b0a72fec184c704192e2c325d3ce9e /forum/utils/diagnostics.php | |
parent | 8019ffe457f035a830336d5a4e5faaf9fcd2b3af (diff) |
Added avatars folder to diagnostics.
Diffstat (limited to 'forum/utils/diagnostics.php')
-rw-r--r-- | forum/utils/diagnostics.php | 7 |
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> |