From d20e11a43a0b321e0c47b1f2de9deb302edee7e7 Mon Sep 17 00:00:00 2001 From: Jeremy Newman Date: Mon, 15 Mar 2004 16:32:11 +0000 Subject: [PATCH] ignore the config file block the include dir from web access --- include/.cvsignore | 2 +- include/.htaccess | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 include/.htaccess diff --git a/include/.cvsignore b/include/.cvsignore index 55d2fba..ba483ce 100644 --- a/include/.cvsignore +++ b/include/.cvsignore @@ -1,2 +1,2 @@ +config.php stderr - diff --git a/include/.htaccess b/include/.htaccess new file mode 100644 index 0000000..8d2f256 --- /dev/null +++ b/include/.htaccess @@ -0,0 +1 @@ +deny from all