diff options
| author | Christoph Burschka | 2014-01-23 02:48:35 +0100 | 
|---|---|---|
| committer | Christoph Burschka | 2014-01-23 02:48:35 +0100 | 
| commit | a132a612610b920eb02f15ae0527d1db880efddb (patch) | |
| tree | 7d0005ff742aca3b4877fc3fcac1f8a7b95368bf /plugins/session/config.sample.php | |
| parent | Add (hopefully) session auth for phpBB3. (diff) | |
| download | ejabberd-auth-php-a132a612610b920eb02f15ae0527d1db880efddb.tar.gz | |
Delete unused configuration file.
Diffstat (limited to 'plugins/session/config.sample.php')
| -rw-r--r-- | plugins/session/config.sample.php | 17 | 
1 files changed, 0 insertions, 17 deletions
| 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 @@ -<?php - -/** - * This configuration file is used only by the RPC script. - */ - -$config = [ -  'plugin' => '' -  'config' => ['root_path' => '/path/to/site'], -    'mysql' => [ -      'dsn' => 'mysql:host=localhost;dbname=DATABASE;charset=utf8', -      'username' => 'USER', -      'password' => 'PASSWORD', -      'table' => 'TABLE', -    ], -  ], -]; | 
