X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fpool-update.php;h=dc7da9a39475335c4002f6652a7f8d9ce394a704;hb=aa63aed07428a99ea09002c8d072990677700080;hp=ef5fab6c075e849ae2b0f767e74ec4f8e49fe261;hpb=a090e351c49fe021fb3064325694da03402332e0;p=mailer.git diff --git a/inc/pool-update.php b/inc/pool-update.php index ef5fab6c07..dc7da9a394 100644 --- a/inc/pool-update.php +++ b/inc/pool-update.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); }