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