Merge pull request #658 from weizenspreu/patch-2

card.php, cal.php, dav.php currently differ
This commit is contained in:
Evert Pot 2017-01-12 15:48:37 -05:00 committed by GitHub
commit 633b89d2e9

View file

@ -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", "/");