MantisBT: master 4eb5d9ae

Author Committer Branch Timestamp Parent
urkle dhx master 2010-01-20 00:40 master 666e231f
Affected Issues  0011415: checking for "is_Readable" does not correclty validate that the admin folder is inaccessible
Changeset

Fix 0011415: Check executable bit on admin/ folder, not readable bit

login_page has a check that warns if the admin/ folder is still in
place. However this check uses is_readable() instead of is_executable().
In the case of folders, the read bit determines who can list the
directory. The execute bit determines who can traverse and access files
within the directory.

Signed-off-by: David Hicks hickseydr@optusnet.com.au

mod - login_page.php Diff File