Last change
on this file since 35064 was
35064,
checked in by denisb@…, 11 years ago
|
un petit plugin pour informer le webmestre en cas de répertoire config/ ou tmp/ accessibles en http.
|
File size:
450 bytes
|
Line | |
---|
1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | if (!defined("_ECRIRE_INC_VERSION")) return; |
---|
4 | |
---|
5 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
6 | |
---|
7 | 'htacces_invalide_1' => '\n\nDANGER\n\nLe r\xE9pertoire\n', |
---|
8 | 'htacces_invalide_2' => '\nest accessible depuis un navigateur.\n\nVous devez interdire l\'acc\xE8s \xE0 ce r\xE9pertoire, par exemple en y d\xE9posant un fichier .htaccess contenant la directive :\n\'deny from all\'.' |
---|
9 | |
---|
10 | ); |
---|
11 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.