From be6c9752f9a32c789e85fea958fb1b5ef7bd22ca Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 2 Jul 2009 08:45:12 +0000 Subject: Move config file to config.inc.php.dist to prevent further accidental commits --- plugins/password/README | 3 +- plugins/password/config.inc.php | 108 ----------------------------------- plugins/password/config.inc.php.dist | 108 +++++++++++++++++++++++++++++++++++ 3 files changed, 110 insertions(+), 109 deletions(-) delete mode 100644 plugins/password/config.inc.php create mode 100644 plugins/password/config.inc.php.dist (limited to 'plugins') diff --git a/plugins/password/README b/plugins/password/README index a7e386e50..80532be66 100644 --- a/plugins/password/README +++ b/plugins/password/README @@ -36,7 +36,8 @@ 1. Configuration ---------------- - * See config.inc.php file. + Copy config.inc.php.dist to config.inc.php and set the options as described + within the file. 2. Drivers diff --git a/plugins/password/config.inc.php b/plugins/password/config.inc.php deleted file mode 100644 index 3945ea098..000000000 --- a/plugins/password/config.inc.php +++ /dev/null @@ -1,108 +0,0 @@ - diff --git a/plugins/password/config.inc.php.dist b/plugins/password/config.inc.php.dist new file mode 100644 index 000000000..7bcd31be2 --- /dev/null +++ b/plugins/password/config.inc.php.dist @@ -0,0 +1,108 @@ + -- cgit v1.2.3