summaryrefslogtreecommitdiff
path: root/postman-smtp.php
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2017-11-15 07:56:14 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2017-11-15 07:56:14 +0000
commit238d3e53f51c4408581b4961924120ac008a2ae4 (patch)
tree93ac07583b93af5012faaf84df614aa52124e688 /postman-smtp.php
parent54b5bf41553746d9a6a9cc3de0c61c654fda8153 (diff)
downloadPost-SMTP-238d3e53f51c4408581b4961924120ac008a2ae4.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
Diffstat (limited to 'postman-smtp.php')
-rw-r--r--postman-smtp.php1
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' );