diff options
Diffstat (limited to 'config/index.php')
| -rw-r--r-- | config/index.php | 4 |
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 | ||
| 3 | header('Location: ..'); | ||
| 4 | die; \ No newline at end of file | ||
