summaryrefslogtreecommitdiff
path: root/Postman/PostmanSession.php
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/PostmanSession.php')
-rw-r--r--Postman/PostmanSession.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/Postman/PostmanSession.php b/Postman/PostmanSession.php
index 4243f2b..f1128b4 100644
--- a/Postman/PostmanSession.php
+++ b/Postman/PostmanSession.php
@@ -1,4 +1,7 @@
<?php
+if ( ! defined( 'ABSPATH' ) ) {
+ exit; // Exit if accessed directly
+}
if (! class_exists ( 'PostmanSession' )) {
/**