added .gitignore and .htaccess
[mirrors/JukeBox.git] / .htaccess
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.085637 seconds and 4 git commands to generate.