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