X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Faction-;h=19f675d53eea9733e0d3ce67a3991995bd0407e7;hb=6fc9548b2a0b5bef38ed406ceb3b68981f3d5e48;hp=ffcee89378b786817053923a3986d5ba390583c5;hpb=a090e351c49fe021fb3064325694da03402332e0;p=mailer.git diff --git a/inc/modules/admin/action- b/inc/modules/admin/action- index ffcee89378..19f675d53e 100644 --- a/inc/modules/admin/action- +++ b/inc/modules/admin/action- @@ -38,7 +38,7 @@ // Some security stuff... if ((!defined('__SECURITY')) || (!IS_ADMIN())) { - $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); }