From f60418c49e91809196194bc9c3fdfbce37167da8 Mon Sep 17 00:00:00 2001 From: Harvie Date: Sun, 30 May 2010 16:56:54 +0200 Subject: [PATCH] added .gitignore and .htaccess --- .gitignore | 1 + .htaccess | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 100755 .htaccess diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..04bc145 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +_* diff --git a/.htaccess b/.htaccess new file mode 100755 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 -- 2.30.2