mailin
Last commit date
css
2 years ago
form
4 years ago
img
2 years ago
inc
1 year ago
js
2 years ago
lang
1 year ago
model
1 year ago
page
1 year ago
widget
4 years ago
index.php
11 years ago
readme.txt
1 year ago
screenshot-1.png
2 years ago
screenshot-2.png
2 years ago
screenshot-3.png
2 years ago
screenshot-4.png
2 years ago
screenshot-5.png
2 years ago
sendinblue.php
1 year 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 |