diff options
Diffstat (limited to 'engine/settings.example.php')
| -rw-r--r-- | engine/settings.example.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/settings.example.php b/engine/settings.example.php index f2772b8e6..3b139d710 100644 --- a/engine/settings.example.php +++ b/engine/settings.example.php @@ -1,6 +1,6 @@ <?php /** - * Defines database creditials. + * Defines database credentials. * * Most of Elgg's configuration is stored in the database. This file contains the * credentials to connect to the database, as well as a few optional configuration @@ -107,7 +107,7 @@ $CONFIG->broken_mta = FALSE; * * Elgg stores each query and its results in a query cache. * On large sites or long-running scripts, this cache can grow to be - * large. To disable query caching, set this to FALSE. + * large. To disable query caching, set this to TRUE. * * @global bool $CONFIG->db_disable_query_cache */ @@ -120,4 +120,4 @@ $CONFIG->db_disable_query_cache = FALSE; * * @global int $CONFIG->min_password_length */ -$CONFIG->min_password_length = 6;
\ No newline at end of file +$CONFIG->min_password_length = 6; |
