We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1a52e commit ef2d325Copy full SHA for ef2d325
main.sh
@@ -302,8 +302,6 @@ function block_emails() {
302
303
if [[ -n "$hosts_block_email_file_name" ]]; then
304
BLOCK_EMAIL_PLUGIN_NAME="${hosts_block_email_file_name}.php"
305
- elif [[ -n "$BLOCK_EMAILS_PLUGIN_FILE_NAME" ]]; then
306
- BLOCK_EMAIL_PLUGIN_NAME="${BLOCK_EMAILS_PLUGIN_FILE_NAME}.php"
307
fi
308
309
BLOCK_EMAIL_PLUGIN_PATH="$BLOCK_EMAIL_DIR/$BLOCK_EMAIL_PLUGIN_NAME"
0 commit comments