X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fcode-functions.php;h=fd952f382a43f68347a85f3f2c03e2d7506f755a;hb=aac3cb15887577d2016bb5b4de91ad4da5b9cc6f;hp=8ccff766481a91cbd440607ee2c66aa449f5aba3;hpb=fb7120ffa230b62b54895bcf95952e1cf30f8594;p=mailer.git diff --git a/inc/code-functions.php b/inc/code-functions.php index 8ccff76648..fd952f382a 100644 --- a/inc/code-functions.php +++ b/inc/code-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); } @@ -53,9 +53,9 @@ function getCode ($key) { if (!isCodeSet($key)) { // Abort here trigger_error(sprintf("%s[%s:] Code %s is not set.", - __FUNCTION__, - __LINE__, - $key + __FUNCTION__, + __LINE__, + $key )); } // END - if