mailin
Last commit date
css
1 year ago
form
1 year ago
img
5 months ago
inc
2 months ago
js
2 months ago
lang
5 months ago
model
8 months ago
page
8 months ago
widget
4 years ago
wonderpush-php-lib
2 months ago
brevo-frame.html
1 year ago
index.php
11 years ago
readme.txt
2 months 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
2 months ago
sw.js
1 year ago
wonderpush-worker-loader.min.js
1 year ago
wonderpush.min.html
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 |