diff options
Diffstat (limited to 'Postman/Postman-Auth/PostmanAuthenticationManager.php')
-rw-r--r-- | Postman/Postman-Auth/PostmanAuthenticationManager.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Postman/Postman-Auth/PostmanAuthenticationManager.php b/Postman/Postman-Auth/PostmanAuthenticationManager.php index 56cc697..c405459 100644 --- a/Postman/Postman-Auth/PostmanAuthenticationManager.php +++ b/Postman/Postman-Auth/PostmanAuthenticationManager.php @@ -1,4 +1,7 @@ <?php +if ( ! defined( 'ABSPATH' ) ) { + exit; // Exit if accessed directly +} if (! interface_exists ( "PostmanAuthenticationManager" )) { interface PostmanAuthenticationManager { const POSTMAN_AUTHORIZATION_IN_PROGRESS = 'request_oauth_permission'; |