index.php
11 years ago
mailin-fr_FR.mo
5 months ago
mailin-fr_FR.po
5 months ago
mailin.pot
5 months ago
post-editor-fr_FR-8eebd3213b4b7c95706f6daded11098a.json
1 year ago
post-editor-fr_FR.mo
1 year ago
post-editor-fr_FR.po
1 year ago
post-editor.pot
5 months ago
push-fr_FR-057e05b03db46443e352d68be7796ed4.json
5 months ago
push-fr_FR.mo
5 months ago
push-fr_FR.po
5 months ago
push.pot
5 months ago
index.php
9 lines
| 1 | <?php |
| 2 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); |
| 3 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); |
| 4 | header('Cache-Control: no-store, no-cache, must-revalidate'); |
| 5 | header('Cache-Control: post-check=0, pre-check=0', false); |
| 6 | header('Pragma: no-cache'); |
| 7 | header('Location: ../'); |
| 8 | exit; |
| 9 |