X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fpayout_functions.php;h=edce2bed432e2845b5cd17f7342661c5e3b60df1;hp=e52aa4941a54576c8bb66be602137b7e0306dca1;hb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;hpb=5d9f65a4efafdeda1f03cf03fc95421bc600b9dc diff --git a/inc/libs/payout_functions.php b/inc/libs/payout_functions.php index e52aa4941a..edce2bed43 100644 --- a/inc/libs/payout_functions.php +++ b/inc/libs/payout_functions.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); }