X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fdebug_functions.php;h=58677d59901d4a3be03ee7129136fcda24a9a7b6;hb=6d6ecdbac05a3b7aada884ac40e63db77bc6b70e;hp=002641079d060840c91d6d21ab1665803aaddccb;hpb=4e025e412935b6b221a2d183ada05b7a22f4b9e7;p=mailer.git diff --git a/inc/libs/debug_functions.php b/inc/libs/debug_functions.php index 002641079d..58677d5990 100644 --- a/inc/libs/debug_functions.php +++ b/inc/libs/debug_functions.php @@ -10,7 +10,7 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Spezielle Funktion fuer Debug-Erweiterung * * -------------------------------------------------------------------- * - * $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); }