diff options
author | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2004-06-04 14:53:51 +0000 |
---|---|---|
committer | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2004-06-04 14:53:51 +0000 |
commit | 60322f74aae37e8e6cbd0ed1f548e14b937e1ec3 (patch) | |
tree | 8f8b3fabaadafdc2ed78ab8e635c2950c740e6b4 /local | |
parent | 4e071879512368fe701666cf4fe1a4ee683b8016 (diff) | |
download | pmwiki.svn-60322f74aae37e8e6cbd0ed1f548e14b937e1ec3.tar.bz2 |
*** empty log message ***
git-svn-id: svn://pmwiki.org/trunk/pmwiki@15 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'local')
-rw-r--r-- | local/.cvsignore | 2 | ||||
-rw-r--r-- | local/.htaccess | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/local/.cvsignore b/local/.cvsignore new file mode 100644 index 00000000..362820ae --- /dev/null +++ b/local/.cvsignore @@ -0,0 +1,2 @@ +*.php +localmap.txt diff --git a/local/.htaccess b/local/.htaccess new file mode 100644 index 00000000..cb24fd7f --- /dev/null +++ b/local/.htaccess @@ -0,0 +1,2 @@ +Order allow,deny +Deny from all |