From 4fc16105af7f809e5e4cd16d483774e0862dd42c Mon Sep 17 00:00:00 2001 From: grandeljay Date: Tue, 5 Sep 2023 13:59:38 +0200 Subject: [PATCH] refactor: add missing comma --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 144962e1..dc43d1a4 100644 --- a/index.php +++ b/index.php @@ -48,7 +48,7 @@ if (file_exists($configPath)) { */ session_start( array( - 'name' => 'wishthis' + 'name' => 'wishthis', ) );