From 52e90189cd2f7763954fefc6d78bae15468fb133 Mon Sep 17 00:00:00 2001 From: Kenneth Newwood Date: Thu, 12 Jan 2017 17:47:58 +0100 Subject: [PATCH] Update card.php --- html/card.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/card.php b/html/card.php index 93e5780..96fbf38 100644 --- a/html/card.php +++ b/html/card.php @@ -24,6 +24,10 @@ * This copyright notice MUST APPEAR in all copies of the script! ***************************************************************/ +ini_set("session.cookie_httponly", 1); +ini_set("display_errors", 0); +ini_set("log_errors", 1); + define("BAIKAL_CONTEXT", true); define("PROJECT_CONTEXT_BASEURI", "/");