diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-04-06 08:59:39 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-04-06 08:59:39 +0000 |
commit | a4d63d5a41d69c9c1bed14769d628c5d491809b2 (patch) | |
tree | 805199a6afb7acc0dfc79b7c1643995bbd37aabc /core/tests/File_Structure_Test.php | |
parent | 4041c6a0b25e75625fd3f8d44d05e92380461773 (diff) |
Exclude lib/swfupload from our scan paths
Diffstat (limited to 'core/tests/File_Structure_Test.php')
-rw-r--r-- | core/tests/File_Structure_Test.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/tests/File_Structure_Test.php b/core/tests/File_Structure_Test.php index 1f4d826f..e1c0d728 100644 --- a/core/tests/File_Structure_Test.php +++ b/core/tests/File_Structure_Test.php @@ -152,6 +152,7 @@ class GalleryCodeFilterIterator extends FilterIterator { strpos($path_name, MODPATH . "unit_test") !== false || strpos($path_name, MODPATH . "exif/lib") !== false || strpos($path_name, MODPATH . "user/libraries/PasswordHash") !== false || + strpos($path_name, DOCROOT . "lib/swfupload") !== false || strpos($path_name, SYSPATH) !== false || substr($path_name, -1, 1) == "~"); } |