diff options
Diffstat (limited to 'Postman/PostmanEmailLogs.php')
-rw-r--r-- | Postman/PostmanEmailLogs.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Postman/PostmanEmailLogs.php b/Postman/PostmanEmailLogs.php index c7b6175..b25bfbb 100644 --- a/Postman/PostmanEmailLogs.php +++ b/Postman/PostmanEmailLogs.php @@ -1,5 +1,7 @@ <?php - +if ( ! defined( 'ABSPATH' ) ) { + exit; // Exit if accessed directly +} class PostmanEmailLogs { private $db; |