diff options
| author | Andrew Dolgov <fox+ttrss@fakecake.org> | 2013-04-06 21:30:09 -0700 |
|---|---|---|
| committer | Andrew Dolgov <fox+ttrss@fakecake.org> | 2013-04-06 21:30:09 -0700 |
| commit | 0eabfd49c130a0a0cac745b8a2fffa0bccb368ea (patch) | |
| tree | 06b8a11eca986bc9f5a9b57e2b2bfd9172fa36a4 | |
| parent | e186015e4e151128987898d53c8c9386d120698d (diff) | |
| parent | 07420088819ab19b34cd086e5777428fb8f80131 (diff) | |
Merge pull request #137 from Arthaey/patch-1
Fix typo in config.php
| -rw-r--r-- | config.php-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist index 43672a066..43c84518a 100644 --- a/config.php-dist +++ b/config.php-dist @@ -109,7 +109,7 @@ // *********************************** define('ENABLE_REGISTRATION', false); - // Allow users to register themselves. Please be vary that allowing + // Allow users to register themselves. Please be aware that allowing // random people to access your tt-rss installation is a security risk // and potentially might lead to data loss or server exploit. Disabled // by default. |