From: Harvie Date: Sun, 30 May 2010 14:56:54 +0000 (+0200) Subject: added .gitignore and .htaccess X-Git-Url: https://git.harvie.cz/?p=mirrors%2FJukeBox.git;a=commitdiff_plain;h=f60418c49e91809196194bc9c3fdfbce37167da8 added .gitignore and .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