diff options
| author | polo <ordipolo@gmx.fr> | 2026-05-10 13:50:30 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2026-05-10 13:50:30 +0200 |
| commit | 2c47085b27253c4ad2d062d15c18c3a8c7591298 (patch) | |
| tree | 096ca9bd97ee65550315bfae45ae1d79bbc70aab /config/index.php | |
| parent | 7d501b325f0389e53bf07ffb76718dcbc1b34c93 (diff) | |
| download | cms-2c47085b27253c4ad2d062d15c18c3a8c7591298.tar.gz cms-2c47085b27253c4ad2d062d15c18c3a8c7591298.tar.bz2 cms-2c47085b27253c4ad2d062d15c18c3a8c7591298.zip | |
mysqldump, téléchargement d'un .sql et stockage des sauvegardes dans /var/backups
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 | ||
