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