From 6f5f83f05d509c59a98e21c1511af2590d78d245 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 3 Dec 2004 08:42:27 +0000 Subject: [PATCH] Hide tests from web. Probably harmless, but safer to keep it out. --- tests/.htaccess | 1 + tests/RunTests.php | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 tests/.htaccess diff --git a/tests/.htaccess b/tests/.htaccess new file mode 100644 index 0000000000..3a42882788 --- /dev/null +++ b/tests/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/tests/RunTests.php b/tests/RunTests.php index 987b1ed7a8..6011ee8246 100644 --- a/tests/RunTests.php +++ b/tests/RunTests.php @@ -1,4 +1,9 @@