X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Flibs%2Frefback_functions.php;h=8da7941e98923c82468b942db8e24d74ad0be1c2;hb=5071030af40e69ca4284642f44758964e18f5be8;hp=6aa46577df27142130d9def478c116f5e022c3e9;hpb=f03cb5d87e69bb2efc885b5c5f5f3026b24c06f6;p=mailer.git diff --git a/inc/libs/refback_functions.php b/inc/libs/refback_functions.php index 6aa46577df..8da7941e98 100644 --- a/inc/libs/refback_functions.php +++ b/inc/libs/refback_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); } @@ -46,14 +46,14 @@ if (!defined('__SECURITY')) { function ADD_REFBACK_POINTS ($uid, $ref, $points, $ref_points) { //* DEBUG: */ print "----------------------- ".__FUNCTION__." - ENTRY ------------------------