From b6ad4157d1aae5849ad5608b90c62f1acf22e1a9 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 9 May 2013 20:09:15 -0400 Subject: Get rid of the security preamble - we intend for these files to be directly accessible. --- modules/gallery/tests/File_Structure_Test.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/gallery') diff --git a/modules/gallery/tests/File_Structure_Test.php b/modules/gallery/tests/File_Structure_Test.php index ce75ea13..f46d9d64 100644 --- a/modules/gallery/tests/File_Structure_Test.php +++ b/modules/gallery/tests/File_Structure_Test.php @@ -175,6 +175,11 @@ class File_Structure_Test extends Gallery_Unit_Test_Case { // Front controllers break; + case DOCROOT . "lib/uploadify/uploadify.php": + case DOCROOT . "lib/uploadify/uploadify.allglyphs.php": + // Uploadify wrappers - directly accessible + break; + case DOCROOT . "local.php": // Special case optional file, not part of the codebase break; -- cgit v1.2.3