X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-bonus.php;h=bbe4664e28710a57e61751bf88e0ed59f60db15f;hp=5cd5fa82a44dedcbf5087c1d195435d956b4a44d;hb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;hpb=5d9f65a4efafdeda1f03cf03fc95421bc600b9dc diff --git a/inc/extensions/ext-bonus.php b/inc/extensions/ext-bonus.php index 5cd5fa82a4..bbe4664e28 100644 --- a/inc/extensions/ext-bonus.php +++ b/inc/extensions/ext-bonus.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); }