X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fpatch-system.php;h=fd799e0e3775362c9d918a0301117bd9840a505f;hb=2f0357c7ac9da6c17d361b8e7cb0b1ad09eb85f6;hp=9a49e43d4977a5aa7a243b9ff89645d12032f0dc;hpb=508228c85fba8448d00865b1639cb8cd7a69e457;p=mailer.git diff --git a/inc/patch-system.php b/inc/patch-system.php index 9a49e43d49..fd799e0e37 100644 --- a/inc/patch-system.php +++ b/inc/patch-system.php @@ -10,7 +10,7 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Verwalyet die Patch-Level * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * + * $Revision:: $ * * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * @@ -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); }