diff options
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 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' ); |