PluginProbe
Brevo – Email, SMS, Web Push, Chat, and more. / 2.9.11
Brevo – Email, SMS, Web Push, Chat, and more. v2.9.11
2.9.13 2.9.14 2.9.15 2.9.16 2.9.17 2.9.18 2.9.4 2.9.5 2.9.6 2.9.7 2.9.8 2.9.9 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.9 3.1.0 3.1.1 3.1.10 3.1.11 All 140 releases
mailin / index.php
index.php
9 lines 303 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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