Don't gripe about not being able to read the attachment dir when we
authorebullient <ebullient@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 31 Mar 2004 23:11:50 +0000 (23:11 +0000)
committerebullient <ebullient@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 31 Mar 2004 23:11:50 +0000 (23:11 +0000)
recommend that it be not readable..

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6993 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/configtest.php

index 2deb8390a9e830785575ca3778ec9d694c019dd9..2a50d2e6acb6c03b7207582ec30d1c43f8d293c7 100644 (file)
@@ -117,9 +117,6 @@ if($data_dir == $attachment_dir) {
     if (!is_dir($attachment_dir)) {
         do_err("Attachment dir ($attachment_dir) is not a directory!");
     } 
-    if (!is_readable($attachment_dir)) {
-        do_err("I cannot read from attachment dir ($attachment_dir)!");
-    } 
     if (!is_writable($attachment_dir)) {
         do_err("I cannot write to attachment dir ($attachment_dir)!");
     }