diff options
Diffstat (limited to 'engine/settings.example.php')
-rw-r--r-- | engine/settings.example.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/settings.example.php b/engine/settings.example.php index 07ca9b642..011770f89 100644 --- a/engine/settings.example.php +++ b/engine/settings.example.php @@ -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; |