summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Burschka2014-01-23 02:48:35 +0100
committerChristoph Burschka2014-01-23 02:48:35 +0100
commita132a612610b920eb02f15ae0527d1db880efddb (patch)
tree7d0005ff742aca3b4877fc3fcac1f8a7b95368bf
parentAdd (hopefully) session auth for phpBB3. (diff)
downloadejabberd-auth-php-a132a612610b920eb02f15ae0527d1db880efddb.tar.gz
Delete unused configuration file.
-rw-r--r--plugins/session/config.sample.php17
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',
- ],
- ],
-];