aboutsummaryrefslogtreecommitdiff
path: root/config/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/index.php')
-rw-r--r--config/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/index.php b/config/index.php
new file mode 100644
index 0000000..f2fdd42
--- /dev/null
+++ b/config/index.php
@@ -0,0 +1,4 @@
1<?php
2// visite de config interdite lorsque la racine du serveur est visitable
3header('Location: ..');
4die; \ No newline at end of file