diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-11-15 07:56:14 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-11-15 07:56:14 +0000 |
commit | fa49f47e2f3db3115a9af66ebd404bb66d0c520b (patch) | |
tree | 93ac07583b93af5012faaf84df614aa52124e688 /postman-smtp.php | |
parent | 373f5e27dcb5b78d5d5af54739b17466f4dcf1ab (diff) | |
download | Post-SMTP-fa49f47e2f3db3115a9af66ebd404bb66d0c520b.zip |
* 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
git-svn-id: https://plugins.svn.wordpress.org/post-smtp/trunk@1766753 b8457f37-d9ea-0310-8a92-e5e31aec5664
Diffstat (limited to 'postman-smtp.php')
-rw-r--r-- | postman-smtp.php | 1 |
1 files changed, 1 insertions, 0 deletions
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' ); |