From 0b9ce95a3c425eb4c073328c2a18f428aeefbe37 Mon Sep 17 00:00:00 2001 From: Christoph Burschka Date: Thu, 23 Jan 2014 02:59:37 +0100 Subject: config.php syntax fixes Thanks @sylae--- config.sample.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sample.php b/config.sample.php index 9c1746a..6d02fa2 100644 --- a/config.sample.php +++ b/config.sample.php @@ -17,11 +17,11 @@ $config = [ // Remove this section if you are not using session authentication. 'session' => [ - 'mysql' [ + 'mysql' => [ 'dsn' => 'mysql:host=localhost;dbname=DATABASE;charset=utf8', 'username' => 'USER', 'password' => 'PASSWORD', - 'table' => 'TABLE', + 'tablename' => 'TABLE', ], 'timeout' => 60, ], -- cgit v1.1