aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.php
diff options
context:
space:
mode:
authorMarien Fressinaud <dev@marienfressinaud.fr>2013-07-27 14:42:30 +0200
committerMarien Fressinaud <dev@marienfressinaud.fr>2013-07-27 14:42:30 +0200
commit2c2c57f837c8546b480900631698ba7402396102 (patch)
treed44e2df3a4ae5e22bab00fc9f9b0c6bcee2a1677 /index.php
parent22febc135134511b43a8543ea45c49c7aeec6f84 (diff)
downloadfreshrss-2c2c57f837c8546b480900631698ba7402396102.tar.gz
freshrss-2c2c57f837c8546b480900631698ba7402396102.zip
Fix issue #105 : ajout index.php à la racine
Ce fichier redirige vers ./public et permet de cacher un minimum l'arborescence. Des conseils de sécurité ont été ajoutés dans le fichier README
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
new file mode 100644
index 000000000..cac0fa9c6
--- /dev/null
+++ b/index.php
@@ -0,0 +1,2 @@
+<?php
+header('Location: public/'); \ No newline at end of file