X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fcheck-reset.php;h=1e583da042bef0fef8c81d9581c886c193a42d7c;hb=8a8f980a4deac34bca0eb53398c379461299e871;hp=992951d3c8b2309f95e1a6edc51077b8b6a9de0a;hpb=414570c5081d337bb6c28dcf521bd8bca02f69e7;p=mailer.git diff --git a/inc/check-reset.php b/inc/check-reset.php index 992951d3c8..1e583da042 100644 --- a/inc/check-reset.php +++ b/inc/check-reset.php @@ -10,10 +10,10 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Prueft ob Reset laufen soll * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * - * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: stelzi $ * + * $Author:: $ * * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * @@ -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); }