From 772792a1b9346c0d46a37fdb46c8a53870cae637 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 8 Dec 2016 15:20:43 -0500 Subject: [PATCH] remove extra , --- web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.php b/web/index.php index f1f311f9d..77094252d 100644 --- a/web/index.php +++ b/web/index.php @@ -119,7 +119,7 @@ session_set_cookie_params( $currentCookieParams["path"], $currentCookieParams["domain"], $currentCookieParams["secure"], - true, + true ); ini_set( "session.name", "ZMSESSID" );