MantisBT: master-1.2.x 482a493f

Author Committer Branch Timestamp Parent
urkle dhx master-1.2.x 2010-01-20 00:40 master-1.2.x b81d2302
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