diff options
Diffstat (limited to 'Postman/notifications/PostmanPushoverNotify.php')
-rw-r--r-- | Postman/notifications/PostmanPushoverNotify.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Postman/notifications/PostmanPushoverNotify.php b/Postman/notifications/PostmanPushoverNotify.php index 1c483b3..14ef7d2 100644 --- a/Postman/notifications/PostmanPushoverNotify.php +++ b/Postman/notifications/PostmanPushoverNotify.php @@ -1,5 +1,7 @@ <?php - +if ( ! defined( 'ABSPATH' ) ) { + exit; // Exit if accessed directly +} class PostmanPushoverNotify implements Postman_Notify { public function send_message($message) |