# HG changeset patch # User Nathan Phillip Brink # Date 2012-11-14 19:13:47 # Node ID 5c71ae7aefa21ed0d65c5efdf22f918955a53cfa # Parent 77ca830d601d0b321fbdb7000c0cd82ce0f206df Add a .htaccess to the inc/ folder to protect sensitive data in config.inc from exposure. diff --git a/inc/.htaccess b/inc/.htaccess new file mode 100644 --- /dev/null +++ b/inc/.htaccess @@ -0,0 +1,1 @@ +Deny from all