Update filters

This commit is contained in:
Bharat Mediratta
2009-05-18 06:22:16 +00:00
parent bdd5c3a575
commit 09d0cd6f01
+2 -1
View File
@@ -218,8 +218,9 @@ class GalleryCodeFilterIterator extends FilterIterator {
strpos($path_name, DOCROOT . "test") !== false ||
strpos($path_name, DOCROOT . "var") !== false ||
strpos($path_name, MODPATH . "forge") !== false ||
strpos($path_name, APPPATH . "views/kohana_error_page.php") !== false ||
strpos($path_name, MODPATH . "gallery_unit_test/views/kohana_error_page.php") !== false ||
strpos($path_name, MODPATH . "gallery_unit_test/views/kohana_unit_test.php") !== false ||
strpos($path_name, MODPATH . "gallery_unit_test/views/kohana_unit_test_cli.php") !== false ||
strpos($path_name, MODPATH . "unit_test") !== false ||
strpos($path_name, MODPATH . "exif/lib") !== false ||
strpos($path_name, MODPATH . "user/lib/PasswordHash") !== false ||