From: Brion Vibber Date: Fri, 3 Dec 2004 08:42:27 +0000 (+0000) Subject: Hide tests from web. Probably harmless, but safer to keep it out. X-Git-Tag: 1.5.0alpha1~1164 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=6f5f83f05d509c59a98e21c1511af2590d78d245;p=lhc%2Fweb%2Fwiklou.git Hide tests from web. Probably harmless, but safer to keep it out. --- 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 @@