added .gitignore and .htaccess
authorHarvie <tomas@mudrunka.cz>
Sun, 30 May 2010 14:56:54 +0000 (16:56 +0200)
committerHarvie <tomas@mudrunka.cz>
Sun, 30 May 2010 14:56:54 +0000 (16:56 +0200)
.gitignore [new file with mode: 0644]
.htaccess [new file with mode: 0755]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..04bc145
--- /dev/null
@@ -0,0 +1 @@
+_*
diff --git a/.htaccess b/.htaccess
new file mode 100755 (executable)
index 0000000..a676558
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,5 @@
+#We don't want share music with users without password
+Options -Indexes
+IndexIgnore *
+#Kill that stupid magic quotes!
+php_flag magic_quotes_gpc off
This page took 0.163526 seconds and 4 git commands to generate.