summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/PostmanMandrillMailEngine.php
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/Postman-Mail/PostmanMandrillMailEngine.php')
-rw-r--r--Postman/Postman-Mail/PostmanMandrillMailEngine.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/Postman/Postman-Mail/PostmanMandrillMailEngine.php b/Postman/Postman-Mail/PostmanMandrillMailEngine.php
index 6ecc156..74980d3 100644
--- a/Postman/Postman-Mail/PostmanMandrillMailEngine.php
+++ b/Postman/Postman-Mail/PostmanMandrillMailEngine.php
@@ -1,4 +1,8 @@
<?php
+if ( ! defined( 'ABSPATH' ) ) {
+ exit; // Exit if accessed directly
+}
+
if ( ! class_exists( 'PostmanMandrillMailEngine' ) ) {
require_once 'mailchimp-mandrill-api-php-da3adc10042e/src/Mandrill.php';