diff options
-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> |