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