From a132a612610b920eb02f15ae0527d1db880efddb Mon Sep 17 00:00:00 2001 From: Christoph Burschka Date: Thu, 23 Jan 2014 02:48:35 +0100 Subject: Delete unused configuration file. --- plugins/session/config.sample.php | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 plugins/session/config.sample.php diff --git a/plugins/session/config.sample.php b/plugins/session/config.sample.php deleted file mode 100644 index 8677cf3..0000000 --- a/plugins/session/config.sample.php +++ /dev/null @@ -1,17 +0,0 @@ - '' - 'config' => ['root_path' => '/path/to/site'], - 'mysql' => [ - 'dsn' => 'mysql:host=localhost;dbname=DATABASE;charset=utf8', - 'username' => 'USER', - 'password' => 'PASSWORD', - 'table' => 'TABLE', - ], - ], -]; -- cgit v1.1