From 278813519df3fd05e9a0ca5b0264364e8a703ec9 Mon Sep 17 00:00:00 2001 From: thomasb Date: Thu, 2 Jul 2009 08:45:12 +0000 Subject: Move config file to config.inc.php.dist to prevent further accidental commits git-svn-id: https://svn.roundcube.net/trunk@2700 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/plugins/password/README | 3 +- roundcubemail/plugins/password/config.inc.php | 108 --------------------- roundcubemail/plugins/password/config.inc.php.dist | 108 +++++++++++++++++++++ 3 files changed, 110 insertions(+), 109 deletions(-) delete mode 100644 roundcubemail/plugins/password/config.inc.php create mode 100644 roundcubemail/plugins/password/config.inc.php.dist diff --git a/roundcubemail/plugins/password/README b/roundcubemail/plugins/password/README index a7e386e50..80532be66 100644 --- a/roundcubemail/plugins/password/README +++ b/roundcubemail/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/roundcubemail/plugins/password/config.inc.php b/roundcubemail/plugins/password/config.inc.php deleted file mode 100644 index 3945ea098..000000000 --- a/roundcubemail/plugins/password/config.inc.php +++ /dev/null @@ -1,108 +0,0 @@ - diff --git a/roundcubemail/plugins/password/config.inc.php.dist b/roundcubemail/plugins/password/config.inc.php.dist new file mode 100644 index 000000000..7bcd31be2 --- /dev/null +++ b/roundcubemail/plugins/password/config.inc.php.dist @@ -0,0 +1,108 @@ + -- cgit v1.2.3