templates
1 year ago
SendinblueAccount.php
1 year ago
SendinblueApiClient.php
1 week ago
function.wp_mail.php
8 years ago
http-build-url.php
1 year ago
index.php
8 years ago
mailin.php
3 years ago
push-admin.php
5 months ago
push-amp.php
1 year ago
push-api.php
3 months ago
push-httpclient.php
1 year ago
push-public.php
1 year ago
push-settings.php
3 months ago
push-utils.php
5 months ago
push-woocommerce.php
11 months ago
sendinblue.php
3 years ago
sib-api-manager.php
1 year ago
sib-form-preview.php
2 years ago
sib-sms-code.php
5 months ago
table-forms.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 |