X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-newsletter.php;h=83f9bdd7797412ef1548509401ae6af7fa2dc613;hb=0437f06b273f885db05736449a952c6eb72086ca;hp=2158cf021691d3b6b644d0dd7a34c67307aad786;hpb=a090e351c49fe021fb3064325694da03402332e0;p=mailer.git diff --git a/inc/extensions/ext-newsletter.php b/inc/extensions/ext-newsletter.php index 2158cf0216..83f9bdd779 100644 --- a/inc/extensions/ext-newsletter.php +++ b/inc/extensions/ext-newsletter.php @@ -38,7 +38,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; require($INC); } @@ -158,10 +158,10 @@ default: // Do stuff when extension is loaded // Don't use these chars in links... ;-) // $GLOBALS['url_ends'] = array( - " ", + ' ', "\n", "\r", - ")", + ')', ); // Valid email chars (without @, or do you want to have another @ inside your email addy?)