X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fsession.php;h=8d8d5b7cf97d906ad1ce0461d058eb51234e7b47;hb=0a69b4e17157eda9b6e1c70ff494292ccf8cbbd0;hp=7cf0c603734e7d0e5a45a7b55bb0bb2355348b64;hpb=4c83f0cc7459cad9ec9c1c68963f5365155ee935;p=mailer.git diff --git a/inc/session.php b/inc/session.php index 7cf0c60373..8d8d5b7cf9 100644 --- a/inc/session.php +++ b/inc/session.php @@ -1,7 +1,7 @@ 0) { - // Session variables accepted! - define('__COOKIES', true); - } else { - // Cookies rejected! - define('__COOKIES', false); - } -} // END - if - -//* DEBUG: */ print("
".print_r($_SESSION, true)."
"); - -// +// [EOF] ?>