diff options
author | Nils Adermann <naderman@naderman.de> | 2014-10-18 12:32:39 -0400 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2014-10-18 12:32:39 -0400 |
commit | e7ad87e15fc0ff88c88797c2817f901c3c606ca4 (patch) | |
tree | b3c6838f2a5658a8680c6468017d044b2ee22d87 /phpBB/language/en/acp | |
parent | 39e51e559980d239a08a59e789a1165cc2bbcfff (diff) | |
download | forums-e7ad87e15fc0ff88c88797c2817f901c3c606ca4.tar forums-e7ad87e15fc0ff88c88797c2817f901c3c606ca4.tar.gz forums-e7ad87e15fc0ff88c88797c2817f901c3c606ca4.tar.bz2 forums-e7ad87e15fc0ff88c88797c2817f901c3c606ca4.tar.xz forums-e7ad87e15fc0ff88c88797c2817f901c3c606ca4.zip |
[ticket/13181] Replace database credentials with placeholders in sphinx conf
PHPBB3-13181
Diffstat (limited to 'phpBB/language/en/acp')
-rw-r--r-- | phpBB/language/en/acp/search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/search.php b/phpBB/language/en/acp/search.php index 564d9dd04c..98412cb050 100644 --- a/phpBB/language/en/acp/search.php +++ b/phpBB/language/en/acp/search.php @@ -83,7 +83,7 @@ $lang = array_merge($lang, array( 'FULLTEXT_SPHINX_PORT_EXPLAIN' => 'Port on which the sphinx search daemon (searchd) listens. Leave empty to use the default Sphinx API port 9312', 'FULLTEXT_SPHINX_WRONG_DATABASE' => 'The sphinx search for phpBB supports MySQL and PostgreSQL only.', 'FULLTEXT_SPHINX_CONFIG_FILE' => 'Sphinx config file', - 'FULLTEXT_SPHINX_CONFIG_FILE_EXPLAIN' => 'The generated content of the sphinx config file. This data needs to be pasted into the sphinx.conf which is used by sphinx search daemon.', + 'FULLTEXT_SPHINX_CONFIG_FILE_EXPLAIN' => 'The generated content of the sphinx config file. This data needs to be pasted into the sphinx.conf which is used by sphinx search daemon. Replace the [dbuser] and [dbpassword] placeholders with your database credentials.', 'FULLTEXT_SPHINX_NO_CONFIG_DATA' => 'The sphinx data and config directory paths are not defined. Please define them to generate the config file.', 'GENERAL_SEARCH_SETTINGS' => 'General search settings', |