diff options
author | polo <ordipolo@gmx.fr> | 2022-03-10 03:12:58 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2022-03-10 03:12:58 +0100 |
commit | f331b3ab14f2b404c2089607aba2e2d434cd510d (patch) | |
tree | 09ecb84aa9db383f661d9e9a064b0d3d13d40a8b /lib/index.php | |
parent | 608856e0853b7e1d9b9b43e69b2012227ccefb43 (diff) | |
download | melaine-f331b3ab14f2b404c2089607aba2e2d434cd510d.zip |
fichiers index.php
Diffstat (limited to 'lib/index.php')
-rw-r--r-- | lib/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/index.php b/lib/index.php new file mode 100644 index 0000000..f67f1d7 --- /dev/null +++ b/lib/index.php | |||
@@ -0,0 +1,3 @@ | |||
1 | <?php | ||
2 | header('Location: ../index.php'); | ||
3 | exit(); | ||