diff options
Diffstat (limited to 'Postman/PostmanState.php')
-rw-r--r-- | Postman/PostmanState.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Postman/PostmanState.php b/Postman/PostmanState.php index ac251fa..4b077e0 100644 --- a/Postman/PostmanState.php +++ b/Postman/PostmanState.php @@ -1,4 +1,7 @@ <?php +if ( ! defined( 'ABSPATH' ) ) { + exit; // Exit if accessed directly +} if (! class_exists ( "PostmanState" )) { /** |