X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fsql_error.php;h=7918cd1a45202dc59ccc1f133604dc64e63cc1eb;hb=b8bb07ca2993ae80746a809853fdd46f5cde14e3;hp=236e5804e98ac58399ca9d1359df3f7dbf16246c;hpb=fb7120ffa230b62b54895bcf95952e1cf30f8594;p=mailer.git diff --git a/inc/sql_error.php b/inc/sql_error.php index 236e5804e9..7918cd1a45 100644 --- a/inc/sql_error.php +++ b/inc/sql_error.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); }