Update card.php

This commit is contained in:
Kenneth Newwood 2017-01-12 17:47:58 +01:00 committed by GitHub
parent e1c3d2b86b
commit 52e90189cd

View file

@ -24,6 +24,10 @@
* This copyright notice MUST APPEAR in all copies of the script! * 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("BAIKAL_CONTEXT", true);
define("PROJECT_CONTEXT_BASEURI", "/"); define("PROJECT_CONTEXT_BASEURI", "/");