X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fdebug_functions.php;h=58677d59901d4a3be03ee7129136fcda24a9a7b6;hb=1355d2c0b29510dbd407f9cde9f41a5ac02d01fa;hp=002641079d060840c91d6d21ab1665803aaddccb;hpb=508228c85fba8448d00865b1639cb8cd7a69e457;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); }