From 62b95f35576ea9b9178b900f9480fed0466211a2 Mon Sep 17 00:00:00 2001 From: yehudah Date: Wed, 4 Apr 2018 19:17:51 +0000 Subject: notification & new gmail client --- 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 0f9cc3d..4504808 100644 --- a/postman-smtp.php +++ b/postman-smtp.php @@ -36,6 +36,7 @@ */ define( 'POST_BASE', __FILE__ ); +define( 'POST_PATH', __DIR__ ); 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