From 238d3e53f51c4408581b4961924120ac008a2ae4 Mon Sep 17 00:00:00 2001 From: yehudah Date: Wed, 15 Nov 2017 07:56:14 +0000 Subject: * Fixed: IP detection error in some web hosts * Fixed: Link open in new page attribute = _blank * Fixed: Replace deprecated PHP 7 functions. * Temp: Missconfigured certificate errors * Updated: Validator TLD's list --- postman-smtp.php | 1 + 1 file changed, 1 insertion(+) (limited to 'postman-smtp.php') diff --git a/postman-smtp.php b/postman-smtp.php index df55233..21a3911 100644 --- a/postman-smtp.php +++ b/postman-smtp.php @@ -35,6 +35,7 @@ * DO some check and Start Postman */ +define( 'POST_BASE', __FILE__ ); if ( in_array( 'postman-smtp/postman-smtp.php', (array) get_option( 'active_plugins', array() ) ) ) { add_action( 'admin_init', 'post_smtp_plugin_deactivate' ); -- cgit v1.2.3